Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Constructors

new
default(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[],
): void

Notifies Attributes in depth.