ButtonPromptOptions
Basic options for a prompt modal. This interface is used as a base for other prompt options.
Extends
Type Parameters
Type Parameter |
---|
|
Properties
buttons
buttons:
ButtonPromptButtonOptions
<T
>[]
A list of buttons to display in the modal.
Defined in
classes?
optional
classes:string
[]
A list of CSS classes to apply to the modal.
Inherited from
Defined in
content?
optional
content:string
Text content to display in the modal.
Defined in
title
title:
string
The title of the modal.