sdk.automation.errorstepwithrepeatoptions.buttons
Home > @matterway/sdk > Automation > ErrorStepWithRepeatOptions > buttons
Automation.ErrorStepWithRepeatOptions.buttons property
buttons button for retry bubble option, 1st is used for close, 2nd for retry default: [ {value: 'Close', text: 'Close'}, {value: 'Retry', text: 'Retry'}, ]
Signature:
buttons?: ShowMessageOptions['buttons'];