LogoPixi’VN
indexType aliases

Type Alias: HistoryChoiceMenuOption

> HistoryChoiceMenuOption = object

Defined in: src/narration/types/HistoryChoiceMenuOption.ts:7

HistoryChoiceMenuOption is a type that contains the history information of a choice menu option.

Properties

hidden

> hidden: boolean

Defined in: src/narration/types/HistoryChoiceMenuOption.ts:23

The choice is hidden


isResponse

> isResponse: boolean

Defined in: src/narration/types/HistoryChoiceMenuOption.ts:19

This choice is a response


text

> text: string | string[]

Defined in: src/narration/types/HistoryChoiceMenuOption.ts:11

Text to be displayed in the menu


type

> type: CloseType | LabelRunModeType

Defined in: src/narration/types/HistoryChoiceMenuOption.ts:15

Method used to open the label, or close the menu.