EffectDefinition = object
Defined in: src/modules/types.ts:136
Definition of an effect with its properties
Properties
instructionSet
instructionSet: any
[]
Defined in: src/modules/types.ts:142
Instruction set for the effect
parameterValue
parameterValue: any
Defined in: src/modules/types.ts:146
Parameter value
pType
pType: number
Defined in: src/modules/types.ts:144
Parameter type
text
text: string
Defined in: src/modules/types.ts:140
Text representation of the effect
type
type: EffectType
Defined in: src/modules/types.ts:138
The type of effect (REVERT, EVENT, EXPRESSION)