Type Alias: PixiVNJsonLabelToOpen<T>
> PixiVNJsonLabelToOpen<T> = object
Defined in: src/schema/PixiVNJsonLabelStep.ts:87
Describes a label that should be opened (called or jumped to) during a step.
Type Parameters
T
T extends object = object
Properties
label
> label: string | PixiVNJsonValueGet
Defined in: src/schema/PixiVNJsonLabelStep.ts:91
The id of the label to open.
params?
> optional params?: unknown[]
Defined in: src/schema/PixiVNJsonLabelStep.ts:104
It is not recommended to use it, use it only if necessary. The parameters to be passed to the label. If you want to pass an object, use the PixiVNJsonLabelToOpen.props attribute. "params" attribute will be stored in the temp storage with the key: PIXIVNJSON_PARAM_ID + (narration.openedLabels.length - 1).
props?
> optional props?: StepLabelPropsType<T>
Defined in: src/schema/PixiVNJsonLabelStep.ts:99
The properties to be passed to the label. if you don't want to pass a object, but a list of parameters, you can use the PixiVNJsonLabelToOpen.params attribute.
type
> type: LabelRunModeType
Defined in: src/schema/PixiVNJsonLabelStep.ts:95
Label opening mode