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

x/script_nop/mod.ts>FactBaseElement#get

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

Get an attribute.

Parameters

attr: string

the attribute name in path notation, such as "a", "a.b" or "a.c.0.d" (wit array).

Returns

Promise<any>

the attribute value.