indexType aliases
Type Alias: PixiVNJsonOperation
> PixiVNJsonOperation = PixiVNJsonValueSet | PixiVNJsonCanvas | PixiVNJsonSound | PixiVNJsonNarration | PixiVNJsonFunction & object
Defined in: src/schema/PixiVNJsonOperations.ts:32
A single resolved operation — a value set, canvas operation, sound operation, narration operation, or function call — optionally annotated with an origin string.
Type Declaration
$origin?
> optional $origin?: string
This value is used by the system to know where this operation is from, for example, if is generated from a string operation.