Skip to content

SheetOptions

Defined in: namespaces.ts:366

Options for showing a modal sheet.

title: string

Defined in: namespaces.ts:368

Sheet title.


optional view?: ViewDescriptor

Defined in: namespaces.ts:370

JSON view descriptor for the sheet content.


optional dismissable?: boolean

Defined in: namespaces.ts:372

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