Skip to content

NumberInputPromptOptions

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:18


content?

optional content: string

Text content to display in the modal.

Defined in

jsEngine/api/PromptAPI.ts:79


initialValue?

optional initialValue: number

The initial value of the input field that is pre-filled when the modal is opened.

Defined in

jsEngine/api/PromptAPI.ts:87


placeholder?

optional placeholder: string

The placeholder text for the input field. This will show when the input field is empty.

Defined in

jsEngine/api/PromptAPI.ts:83


title

title: string

The title of the modal.

Inherited from

ModalPromptOptions.title

Defined in

jsEngine/api/PromptAPI.ts:14