Methods
-
getActionTag() → {string}
-
Description
Returns the custom name tag that was given to this action
Returns
Details
-
setActionTag() → {this}
-
Description
Sets the custom name tag for this action
Returns
Details
-
toString() → {string}
-
Description
Calls toString() on all child qualifiers (implicitly by using .join()).
Returns
Details
-
byNumber( from )
-
Description
Extract an image containing only specified layer of an asset
Parameters
Name Type Description from
string | number The layer number
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifier
SDK.Qualifier Returns
Details
-
byRange( from, to )
-
Description
Extract an image containing only specified range of layers of an asset
Parameters
Name Type Description from
string | number The layer number
to
string | number The layer number
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flag
Qualifiers.Flag Returns
Details