Interface for an action reference that accepts an argument. Provides methods to call with an argument, get, set, and inject code before or after the stored function.
Appends a function to be executed after the stored action.
The function to run after the original action.
Invokes the stored action with the provided argument.
The argument to pass to the action.
Retrieves the current action function.
The stored action function.
Prepends a function to be executed before the stored action.
The function to run before the original action.
Sets the stored action function.
The new action function.
Interface for an action reference that accepts an argument. Provides methods to call with an argument, get, set, and inject code before or after the stored function.