@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
| Name | Type | Description |
|---|---|---|
content | object | is the object created by the constructorIcon component |
Returns
Promise<string>
Defined in
language/Language.ts:128