Skip to main content

sdk.notice.shownoticeoptions

Home > @matterway/sdk > Notice > ShowNoticeOptions

Notice.ShowNoticeOptions interface

Signature:

export interface ShowNoticeOptions 

Properties

PropertyModifiersTypeDescription
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)
textNoticeBubbleProps['text']
title?NoticeBubbleProps['title'](Optional)