Creating a Action
To create an action, call $fetch.createAction()
passing the name of the action and the actions options.
Arguments
Name
Type
Description
Name
string (snake_case)
The name of the action
Actions options
object
Options used to initialise the request
Example
Last updated