Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v1.8.0/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.