new ActionComposer(param)
constructor.
Parameters:
Name | Type | Description |
---|---|---|
param |
Object | The initial parameters. |
Methods
-
add(name, options, tag, priority)
-
Add action.
Parameters:
Name Type Default Description name
String The action name.
options
Object The action options.
tag
String The action tag name.
priority
Number 0 The action priority.
-
remove(name, tag)
-
Remove action.
Parameters:
Name Type Description name
String The action name.
tag
String The action tag name.