Skip to content

Interface: ShowNoticeOptions

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

Options for showing a notice bubble.

Properties

PropertyTypeDescriptionDefined in
title?ReactNodeTitle shown in the bubble header.src/notice/showNotice.tsx:25
description?ReactNodeDescription shown below the title.src/notice/showNotice.tsx:28
icon?stringIcon displayed in the bubble.src/notice/showNotice.tsx:31
iconColor?stringColor of the icon.src/notice/showNotice.tsx:34
subtitle?ReactNodeSubtitle shown in the bubble.src/notice/showNotice.tsx:37
textReactNodeMain text content of the bubble.src/notice/showNotice.tsx:40
buttons?ButtonListItemProps[]Buttons displayed in the bubble.src/notice/showNotice.tsx:43
statuses?Status[]Status messages shown in the bubble.src/notice/showNotice.tsx:46
game?NoticeGameGame to display in the bubble.src/notice/showNotice.tsx:49
gameUI?Omit<Omit<ClickerGameProps, "resolve">, "notice">UI configuration for the game.src/notice/showNotice.tsx:52
gameScore?ClickerGameScorePropsScore data for the game.src/notice/showNotice.tsx:55
forcePosition?PositionForce the position of the bubble.src/notice/showNotice.tsx:58
isDraggable?booleanIf true, the bubble is draggable. Defaults to true.src/notice/showNotice.tsx:61

Matterway Assistant SDK Documentation