Skip to content

ConfirmPromptOptions

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

Extends

Properties

classes?

optional classes: string[]

A list of CSS classes to apply to the modal.

Inherited from

ModalPromptOptions.classes

Defined in

jsEngine/api/PromptAPI.ts:24


content?

optional content: string

Text content to display in the modal.

Defined in

jsEngine/api/PromptAPI.ts:48


title

title: string

The title of the modal.

Inherited from

ModalPromptOptions.title

Defined in

jsEngine/api/PromptAPI.ts:20