Skip to content

ModalPromptOptions

Basic options for a prompt modal. This interface is used as a base for other prompt options.

Extended by

Properties

classes?

optional classes: string[]

A list of CSS classes to apply to the modal.

Defined in

jsEngine/api/PromptAPI.ts:24


title

title: string

The title of the modal.

Defined in

jsEngine/api/PromptAPI.ts:20