@jsvision/ui / MessageBoxOptions
Interface: MessageBoxOptions
Defined in: ui/src/dialog/message-box.ts:30
Options for messageBox.
Properties
buttons?
optionalbuttons?:"ok"|"okCancel"
Defined in: ui/src/dialog/message-box.ts:36
'ok' (default) shows one OK button; 'okCancel' shows OK + Cancel.
text
text:
string
Defined in: ui/src/dialog/message-box.ts:34
The message body; the box sizes itself to fit.
title
title:
string
Defined in: ui/src/dialog/message-box.ts:32
Title centered in the top border.