Skip to content

API Reference / @gtkx/storybook / index / ActionCallback

Type Alias: ActionCallback ​

ActionCallback = (...args) => void

Defined in: actions.d.ts:9

A named story callback whose arguments can be recorded by the native explorer.

Parameters ​

args ​

...unknown[]

Returns ​

void