API Reference
interfaces
Publicsharing

@coasys/ad4m / Exports / PublicSharing

Interface: PublicSharing

Implement this interface if your Language supports creation of sharing of Expressions. See ExpressionAdapter

Table of contents

Methods

Methods

createPublic

createPublic(content): Promise<string>

Create an Expression and shares it. Return the Expression's address.

Parameters

NameTypeDescription
contentobjectis the object created by the constructorIcon component

Returns

Promise<string>

Defined in

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