Skip to main content
Module

x/script_nop/mod.ts>FactBaseElement

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

Constructors

new
FactBaseElement(name: string, initialData?: { [key: string]: any; })

Properties

readonly
data
readonly
name

Methods

get(attr: string): any

Get an attribute.

notify(
path?: string,
input: { [key: string]: any; } | any[],
mode?: NotificationMode,
): void

Notifies Attributes in depth.