@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
Name | Type | Description |
---|---|---|
content | object | is the object created by the constructorIcon component |
Returns
Promise
<string
>