EffectStruct = object
Defined in: src/modules/types.ts:152 Structure of an effect as represented in the system

Properties

dynamicParam

dynamicParam: boolean
Defined in: src/modules/types.ts:156 Whether the effect has dynamic parameters

effectType

effectType: EffectType
Defined in: src/modules/types.ts:158 The type of effect

errorMessage

errorMessage: string
Defined in: src/modules/types.ts:166 Error message if applicable

instructionSet

instructionSet: any[]
Defined in: src/modules/types.ts:168 Instruction set for the effect

param

param: any
Defined in: src/modules/types.ts:162 Parameter value

pType

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

text

text: Hex
Defined in: src/modules/types.ts:164 Text representation in hex format

valid

valid: boolean
Defined in: src/modules/types.ts:154 Whether the effect is valid