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?
optionalshow?:unknown
Defined in: flow/src/components.ts:1340
name?
optionalname?:string
Defined in: flow/src/components.ts:1342
Explicit prop name override — use when auto-resolve is ambiguous.
onClose?
optionalonClose?:unknown
Defined in: flow/src/components.ts:1343
title?
optionaltitle?:unknown
Defined in: flow/src/components.ts:1344
closable?
optionalclosable?:boolean
Defined in: flow/src/components.ts:1345
side?
optionalside?:"left"|"right"|"top"|"bottom"
Defined in: flow/src/components.ts:1346
class?
optionalclass?:string
Defined in: flow/src/components.ts:1348
Extra classes for the panel.
children?
optionalchildren?:unknown
Defined in: flow/src/components.ts:1349