Skip to content

Interface: ShowNoticeOptions

Defined in: src/notice/showNotice.tsx:22

Options for showing a notice bubble.

Properties

PropertyTypeDescriptionDefined in
title?ReactNodeTitle shown in the bubble header.src/notice/showNotice.tsx:24
description?ReactNodeDescription shown below the title.src/notice/showNotice.tsx:27
icon?stringIcon displayed in the bubble.src/notice/showNotice.tsx:30
iconColor?stringColor of the icon.src/notice/showNotice.tsx:33
subtitle?ReactNodeSubtitle shown in the bubble.src/notice/showNotice.tsx:36
textReactNodeMain text content of the bubble.src/notice/showNotice.tsx:39
buttons?ButtonListItemProps[]Buttons displayed in the bubble.src/notice/showNotice.tsx:42
statuses?Status[]Status messages shown in the bubble.src/notice/showNotice.tsx:45
game?NoticeGameGame to display in the bubble.src/notice/showNotice.tsx:48
gameUI?Omit<Omit<ClickerGameProps, "resolve">, "notice">UI configuration for the game.src/notice/showNotice.tsx:51
gameScore?ClickerGameScorePropsScore data for the game.src/notice/showNotice.tsx:54
forcePosition?PositionForce the position of the bubble.src/notice/showNotice.tsx:57
isDraggable?booleanIf true, the bubble is draggable. Defaults to true.src/notice/showNotice.tsx:60

Matterway Assistant SDK Documentation