Skip to main content
Module

x/script_nop/mod.ts>Rule

A framework for notification-oriented programming paradigm (NOP) implemented in TypeScript.
Go to Latest
class Rule
Re-export
import { Rule } from "https://deno.land/x/script_nop@v2.2.9/mod.ts";

Constructors

new
Rule(options: RuleOptions)

Properties

readonly
name
readonly
options

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.

Static Properties

coreLoaded: boolean
initialized: boolean