indexType aliases
Type Alias: PixiVNJsonDialogText
> PixiVNJsonDialogText = string | PixiVNJsonValueGet | PixiVNJsonConditionalStatements<string | PixiVNJsonValueGet | string[]> | (string | PixiVNJsonValueGet | PixiVNJsonConditionalStatements<string | PixiVNJsonValueGet | string[]>)[]
Defined in: src/schema/PixiVNJsonLabelStep.ts:57
The text content of a dialogue line. Can be a plain string, a dynamic value-get, a conditional expression, or an array of any of these (which will be concatenated into a single string at runtime).