Interface: DialogButtonInfo
Information about a button within a dialog.
Example
const btn: DialogButtonInfo = { text: 'OK', id: 'btn1', type: 'Emphasized', enabled: true };
Properties
enabled
readonlyenabled:boolean
id
readonlyid:string
text
readonlytext:string
type?
readonlyoptionaltype?:string