Constructor
# new DuAELayerSelector()
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
index |
int
|
<optional> |
0 | The current layer index, 0 if None |
comp |
CompItem
|
null
|
<optional> |
null | The composition linked to the selector. If set to null, the seletor will use the current active composition. |
selectedOnly |
boolean
|
<optional> |
false | True to list only selected layers in the composition |
onChange |
Selector~onChange
|
The function to execute when the index changes. You can set your own function here, which must take no argument. The method is called after the index has changed. |
Methods
Type Definitions
# onChange()
The function to execute when the index changes.
The method is called after the index has changed.
The method is called after the index has changed.