MutkaMutka

DialogChooseOptions

Reference — DialogChooseOptions in the Mutka module API.

Interface: DialogChooseOptions

Defined in: types.ts:109

Properties

message

message: string;

Defined in: types.ts:111

Main prompt shown above the list.


options

options: DialogChooseOption[];

Defined in: types.ts:113

The rows to choose from.

On this page