Methods
-
strength( strength )
-
Description
Sets the strength of the fade effect.
Parameters
Name Type Description strength
number The strength of the fade effect. (Range: 0 to 100, Server default: 20)
Details
-
type( type )
-
Description
Sets the mode of gradient fade.
Parameters
Name Type Description type
string | Qualifiers.GradientFade The mode of gradient fade.
Details
-
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
-
horizontalStartPoint( x )
-
Description
Sets the x dimension of the start point.
Parameters
Name Type Description x
number | string The x dimension of the start point.
Details
-
toString() → {string}
-
Description
Calls toString() on all child qualifiers (implicitly by using .join()).
Returns
Details
-
verticalStartPoint( y )
-
Description
Sets the y dimension of the start point.
Parameters
Name Type Description y
number | string The y dimension of the start point.
Details
-
addQualifier( qualifier ) → {this}
-
Description
Adds the parameter to the action.
Parameters
Name Type Description qualifier
SDK.Qualifier Returns
Details
-
addFlag( flag ) → {this}
-
Description
Adds a flag to the current action.
Parameters
Name Type Description flag
Qualifiers.Flag Returns
Details