sdk.notice.shownoticeoptions
Home > @matterway/sdk > Notice > ShowNoticeOptions
Notice.ShowNoticeOptions interface
Signature:
export interface ShowNoticeOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
buttons? | NoticeBubbleProps['buttons'] | (Optional) | |
description? | NoticeBubbleProps['description'] | (Optional) | |
game? | NoticeGame | (Optional) | |
gameScore? | ClickerGameScoreProps | (Optional) | |
gameUI? | Omit<Omit<ClickerGameProps, 'resolve'>, 'notice'> | (Optional) | |
icon? | NoticeBubbleProps['icon'] | (Optional) | |
iconColor? | NoticeBubbleProps['iconColor'] | (Optional) | |
statuses? | NoticeBubbleProps['statuses'] | (Optional) | |
subtitle? | NoticeBubbleProps['title'] | (Optional) | |
text | NoticeBubbleProps['text'] | ||
title? | NoticeBubbleProps['title'] | (Optional) |