Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/script_nop/src/Rule.ts>default

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

Constructors

new
default(options: RuleOptions)

Properties

readonly
name
readonly
options
readonly
triggers

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