Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow / index / DrawerProps

Interface: DrawerProps

Defined in: flow/src/components.ts:1339

Props for Drawer: the show binding, the side it slides from, and title/close options.

Indexable

[key: string]: unknown

Properties

show?

optional show?: unknown

Defined in: flow/src/components.ts:1340


name?

optional name?: string

Defined in: flow/src/components.ts:1342

Explicit prop name override — use when auto-resolve is ambiguous.


onClose?

optional onClose?: unknown

Defined in: flow/src/components.ts:1343


title?

optional title?: unknown

Defined in: flow/src/components.ts:1344


closable?

optional closable?: boolean

Defined in: flow/src/components.ts:1345


side?

optional side?: "left" | "right" | "top" | "bottom"

Defined in: flow/src/components.ts:1346


class?

optional class?: string

Defined in: flow/src/components.ts:1348

Extra classes for the panel.


children?

optional children?: unknown

Defined in: flow/src/components.ts:1349