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

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

Notifies an Attribute requesting its value and returns the Attribute notification with the value.

Parameters

attribute: Attribute

object type.

Returns

Promise<any>

the Attribute value.