Skip to main content
zerotal

Documentation


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?

optional show?: unknown

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


name?

optional name?: 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?

optional onClose?: unknown

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


title?

optional title?: unknown

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


closable?

optional closable?: boolean

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


class?

optional class?: string

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


children?

optional children?: unknown

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