Documentation / @zerotal/flow / index / ModalProps
Interface: ModalProps
Defined in: flow/src/components.ts:129
Props for Modal: the show binding plus title, close behaviour and panel styling.
Indexable
[
key:string]:unknown
Properties
show?
optionalshow?:unknown
Defined in: flow/src/components.ts:130
name?
optionalname?:string
Defined in: flow/src/components.ts:132
Explicit prop name override — use when auto-resolve is ambiguous (multiple
Expose
props share the same value).
onClose?
optionalonClose?:unknown
Defined in: flow/src/components.ts:133
title?
optionaltitle?:unknown
Defined in: flow/src/components.ts:134
closable?
optionalclosable?:boolean
Defined in: flow/src/components.ts:135
class?
optionalclass?:string
Defined in: flow/src/components.ts:136
children?
optionalchildren?:unknown
Defined in: flow/src/components.ts:137