sdk.message.showmessageoptions.buttons
Home > @matterway/sdk > Message > ShowMessageOptions > buttons
Message.ShowMessageOptions.buttons property
A list of buttons that will resolve the message. By default, a Proceed
button with value ok
. The helper will resolve with the value of the button that was clicked
Signature:
buttons?: MessageBubbleProps['buttons'];