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

x/script_nop/src/ActionNotifier.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.3.5/src/ActionNotifier.ts";

Constructors

new
default(action: string)

Methods

notifyAttrAndWaitReply(attribute: Attribute): Promise<any>

Notifies an Attribute requesting its value and returns the Attribute notification with the value.

notifyFBE(
fbe: string,
path?: string,
input: { [key: string]: any; } | any[],
)

Notifies FBE -> Attributes in depth.

notifyRule(
rule: string,
value: any,
)

Notifies Rules.