Actions
Example action
export const shopstoryConfig: Config = {
// ...
actions: [
{
id: "AlertAction",
label: "Alert action",
schema: [
{
prop: "text",
label: "Text",
type: "string",
defaultValue: "Hello"
}
]
}
],
}Running React hooks inside of actions
Last updated