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