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

ListButton

ListButton = object

Defined in: toolbar/src/use-list-button.ts:154

send: (event) => void

Defined in: toolbar/src/use-list-button.ts:166

ListButtonEvent

void


snapshot: object

Defined in: toolbar/src/use-list-button.ts:155

matches: (state) => boolean

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

boolean