Skip to content

SheetOptions

Defined in: namespaces.ts:365

Options for showing a modal sheet.

title: string

Defined in: namespaces.ts:367

Sheet title.


optional view?: ViewDescriptor

Defined in: namespaces.ts:369

JSON view descriptor for the sheet content.


optional dismissable?: boolean

Defined in: namespaces.ts:371

Whether the sheet is dismissable by clicking outside. Default: true.