import { default } from "https://deno.land/x/script_nop@v2.2.5/src/Rule.ts";
Constructors
new
default(options: RuleOptions)Methods
notifyAction(inferenceData: InferenceData): Promise<void>
Notifies an Action of a Rule. This notification can only be triggered if the Rule has received the proper notifications of its Condition and its dependencies through Actions.