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