Skip to main content
EffectDefinition = object
Defined in: src/modules/types.ts:130 Definition of an effect with its properties

Properties

dynamicParam

dynamicParam: boolean
Defined in: src/modules/types.ts:141

eventPlaceholderIndex

eventPlaceholderIndex: number
Defined in: src/modules/types.ts:142

instructionSet

instructionSet: InstructionSet
Defined in: src/modules/types.ts:136 Instruction set for the effect

parameterValue

parameterValue: any
Defined in: src/modules/types.ts:140 Parameter value

pType

pType: number
Defined in: src/modules/types.ts:138 Parameter type

text

text: string
Defined in: src/modules/types.ts:134 Text representation of the effect

type

type: EffectType
Defined in: src/modules/types.ts:132 The type of effect (REVERT, EVENT, EXPRESSION)