Methods
-
getActionTag() → {string}
-
Description
Returns the custom name tag that was given to this action
Returns
Details
-
setLayerType( type ) → {this}
-
Description
Sets the layerType to 'u' (underlay) or 'l' (overlay).
Parameters
Name Type Description type
'u' | 'l' Returns
Details
-
setActionTag() → {this}
-
Description
Sets the custom name tag for this action
Returns
Details
-
timeline( timelinePosition ) → {this}
-
Description
Sets the timeline position of the video layer
Parameters
Name Type Description timelinePosition
Qualifiers.TimelinePosition Returns
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifier
SDK.Qualifier Returns
Details
-
position( position ) → {this}
-
Description
Sets the position of the layer
Parameters
Name Type Description position
Qualifiers.Position Returns
Details
-
blendMode( blendMode ) → {this}
-
Description
Specifies how to blend the image overlay with the base overlay
Parameters
Name Type Description blendMode
Qualifiers.BlendMode | BlendModeType Returns
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flag
Qualifiers.Flag Returns
Details
-
toString() → {string}
-
Description
Serializes the Layer to a string
Returns
Details