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#notifyRule

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

Notifies Rules.

Parameters

rule: string

Rule name.

value: any

notification value.

optional
mode: NotificationMode = [UNSUPPORTED]

optional, if mode includes "FORCE" Notifications will be even if the values of these Notifications are not modified (there is no change in the status of the notifiable entity).