# Type Alias: HistoryChoiceMenuOption (/jsdoc/pixi-vn/index/type-aliases/HistoryChoiceMenuOption)



\> **HistoryChoiceMenuOption** = `object`

Defined in: [src/narration/types/HistoryChoiceMenuOption.ts:7](https://github.com/DRincs-Productions/pixi-vn/blob/efc9536feda21bc17c50370f5e35fd8d8d88843a/src/narration/types/HistoryChoiceMenuOption.ts#L7)

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

## Properties [#properties]

### hidden [#hidden]

\> **hidden**: `boolean`

Defined in: [src/narration/types/HistoryChoiceMenuOption.ts:23](https://github.com/DRincs-Productions/pixi-vn/blob/efc9536feda21bc17c50370f5e35fd8d8d88843a/src/narration/types/HistoryChoiceMenuOption.ts#L23)

The choice is hidden

***

### isResponse [#isresponse]

\> **isResponse**: `boolean`

Defined in: [src/narration/types/HistoryChoiceMenuOption.ts:19](https://github.com/DRincs-Productions/pixi-vn/blob/efc9536feda21bc17c50370f5e35fd8d8d88843a/src/narration/types/HistoryChoiceMenuOption.ts#L19)

This choice is a response

***

### text [#text]

\> **text**: `string` | `string`\[]

Defined in: [src/narration/types/HistoryChoiceMenuOption.ts:11](https://github.com/DRincs-Productions/pixi-vn/blob/efc9536feda21bc17c50370f5e35fd8d8d88843a/src/narration/types/HistoryChoiceMenuOption.ts#L11)

Text to be displayed in the menu

***

### type [#type]

\> **type**: `CloseType` | [`LabelRunModeType`](/jsdoc/pixi-vn/index/type-aliases/LabelRunModeType)

Defined in: [src/narration/types/HistoryChoiceMenuOption.ts:15](https://github.com/DRincs-Productions/pixi-vn/blob/efc9536feda21bc17c50370f5e35fd8d8d88843a/src/narration/types/HistoryChoiceMenuOption.ts#L15)

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