MutkaMutka

DialogPromptOptions

Reference — DialogPromptOptions in the Mutka module API.

Interface: DialogPromptOptions

Defined in: types.ts:75

Properties

defaultValue?

optional defaultValue?: string;

Defined in: types.ts:81

Pre-filled value in the input field


message

message: string;

Defined in: types.ts:77

Main question shown in the dialog


placeholder?

optional placeholder?: string;

Defined in: types.ts:79

Placeholder text inside the input field

On this page