[]
        
(Showing Draft Content)

OutlineNodeProperties

DsPdfJS API v9.1.0


DsPdfJS API / OutlineNodeProperties

Type Alias: OutlineNodeProperties

OutlineNodeProperties = object

Defines properties of the outline node within PDF document. See OutlineNode.

Properties

action?

optional action: ActionProperties

The ActionBase to be performed when this OutlineNode is activated.


children?

optional children: OutlineNodeProperties[]

The child nodes.


dest?

optional dest: DestinationProperties

The DestinationBase to be displayed when this OutlineNode is activated.


expanded?

optional expanded: boolean

Indicates whether this OutlineNode expanded and its child nodes are visible.


textColor?

optional textColor: Color

The text color of the outline node.


textStyle?

optional textStyle: OutlineNodeFontStyle

The text style of the outline node.


title

title: string

The title of the outline node.