NodeAssetContainer class
Skygear Asset APIs (for Node.js).
Signature:
export declare class NodeAssetContainer<T extends NodeAPIClient>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(parent) | Constructs a new instance of the NodeAssetContainer class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| parent | NodeContainer<T> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| upload(data, options) | Uploads new asset. |