sdk.message.showmessageoptions
Home > @matterway/sdk > Message > ShowMessageOptions
Message.ShowMessageOptions interface
Signature:
export interface ShowMessageOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
buttons? | MessageBubbleProps['buttons'] | (Optional) 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 | |
description? | MessageBubbleProps['description'] | (Optional) A description shown under the title. Usually, describes the contents of the step | |
overlay? | boolean | (Optional) Obscure the content behind the message and prevent interaction | |
text | MessageBubbleProps['text'] | Markdown text to show in the content. Usually, the instructions for the current step. It also accepts ReactNodes | |
title? | MessageBubbleProps['title'] | (Optional) A title shown in the header. Usually, the title of the step |