Information about a button within a dialog.
const btn: DialogButtonInfo = { text: 'OK', id: 'btn1', type: 'Emphasized', enabled: true }; Copy
const btn: DialogButtonInfo = { text: 'OK', id: 'btn1', type: 'Emphasized', enabled: true };
Readonly
Optional
Information about a button within a dialog.
Example