API Reference
interfaces
Readonlylanguage

@coasys/ad4m / Exports / ReadOnlyLanguage

Interface: ReadOnlyLanguage

Implement this interface if your Language is defined over a static set of pre-defined Expressions.

Table of contents

Methods

Methods

addressOf

addressOf(content): Promise<string>

This just calculates the address of an object

Parameters

NameTypeDescription
contentobjectis the object created by the constructorIcon component

Returns

Promise<string>

Defined in

language/Language.ts:128 (opens in a new tab)