Class: oColumnLayer

$. oColumnLayer

The $.oColumnLayer class represents a timeline layer corresponding to the animated values of a column linked to a node.

new $.oColumnLayer(oTimelineObject, layerIndex)

openHarmony/openHarmony_timeline.js, line 328
Constructor for $.oColumnLayer class
Name Type Description
oTimelineObject oTimeline The timeline associated to this layer.
layerIndex int The index of the layer on the timeline.
Properties:
Name Type Description
index int The index of the layer on the timeline.
timeline oTimeline The timeline associated to this layer.
node oNode The node associated to the layer.

Extends

Members

attribute$.oColumn

the node attribute associated with this layer. Only available if the attribute has a column.

column$.oColumn

the node associated with this layer

namestring

The name of this layer. (corresponding to the display name of the column, not the name displayed in timeline, not exposed by the Toonboom API).

node$.oNode

The node associated to the layer.

parent$.oLayer

the parent layer for this layer in the timeline. Returns the root group if layer is top level.

readonlyselectedbool

wether or not the layer is selected.