RuleBase = object
Defined in: src/modules/types.ts:214
Base structure for rule types
Properties
instructionSet
instructionSet: any
[]
Defined in: src/modules/types.ts:216
Set of instructions that make up the rule
negativeEffectPlaceHolders
negativeEffectPlaceHolders: any
[]
Defined in: src/modules/types.ts:222
Placeholders used in the rule’s negative effects
placeHolders
placeHolders: any
[]
Defined in: src/modules/types.ts:218
Placeholders used in the rule
positiveEffectPlaceHolders
positiveEffectPlaceHolders: any
[]
Defined in: src/modules/types.ts:220
Placeholders used in the rule’s positive effects