Skip to content
This page is available as Markdown at /api/toolbar/type-aliases/decoratorbutton.md. For the full documentation index, see /llms.txt, or the complete corpus at /llms-full.txt.

DecoratorButton

DecoratorButton = object

Defined in: toolbar/src/use-decorator-button.ts:156

send: (event) => void

Defined in: toolbar/src/use-decorator-button.ts:168

DecoratorButtonEvent

void


snapshot: object

Defined in: toolbar/src/use-decorator-button.ts:157

matches: (state) => boolean

"disabled" | "enabled" | { disabled: "inactive"; } | { disabled: "active"; } | { enabled: "inactive"; } | { enabled: "active"; }

boolean