Skip to main content
Version: 1.x

Interface: DialogButtonInfo

Information about a button within a dialog.

Example

const btn: DialogButtonInfo = { text: 'OK', id: 'btn1', type: 'Emphasized', enabled: true };

Properties

enabled

readonly enabled: boolean


id

readonly id: string


text

readonly text: string


type?

readonly optional type?: string