Home > @theweave/api > AppletServices
AppletServices class
Signature:
typescript
export declare class AppletServices
Constructors
Constructor | Modifiers | Description |
---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(appletClient: AppClient, srcWal: WAL, dstWal: WAL, dstRecordInfo?: RecordInfo) => Promise<void> | Bind an asset (srcWal) to an asset in your applet (dstWal). | ||
Render block types that this Applet offers | |||
Record<CreatableName, CreatableType> | Creatables that this Applet offers to be created from a We dialog | ||
(appletClient: AppClient, wal: WAL, recordInfo?: RecordInfo) => Promise<AssetInfo | undefined> | Get info about the specified entry of this Applet | ||
(appletClient: AppClient, appletHash: AppletHash, weaveServices: WeaveServices, searchFilter: string) => Promise<Array<WAL>> | Search in this Applet |