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 timelinePositionQualifiers.TimelinePosition Returns
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifierSDK.Qualifier Returns
Details
-
position( position ) → {this}
-
Description
Sets the position of the layer
Parameters
Name Type Description positionQualifiers.Position Returns
Details
-
blendMode( blendMode ) → {this}
-
Description
Specifies how to blend the image overlay with the base overlay
Parameters
Name Type Description blendModeQualifiers.BlendMode | BlendModeType Returns
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flagQualifiers.Flag Returns
Details
-
toString() → {string}
-
Description
Serializes the Layer to a string
Returns
Details