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

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

Notifies FBE -> Attributes in depth.

Parameters

fbe: string

FBE name.

optional
path: string = [UNSUPPORTED]

input path, such as "a", "a.b" or "a.c.0.d" (wit array).

input: { [key: string]: any; } | any[]

optional, if mode includes "IGNORE_MISSING", Attributes missing in "input" (in depth) will not be considered as excluded. 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).

optional
mode: NotificationMode = [UNSUPPORTED]