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 nameString The action name.
optionsObject The action options.
tagString The action tag name.
priorityNumber 0 The action priority.
-
remove(name, tag)
-
Remove action.
Parameters:
Name Type Description nameString The action name.
tagString The action tag name.