Function composable
- composable(...actions: Action[]): Action<HTMLElement, any>
Parameters
- ...actions: Action[]
One or more composable action functions to combine.
Returns Action<HTMLElement, any>
Composed action.
- ...actions: Action[]
One or more composable action functions to combine.
Composed action.
Combines multiple composable actions.
Note: The update function passes the same variable to all update functions of each action.