NodeContainer class
Skygear APIs container (for Node.js).
Signature:
export declare class NodeContainer<T extends NodeAPIClient> extends Container<T>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(options) | Constructs a new instance of the NodeContainer class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| asset | NodeAssetContainer<T> |
Methods
| Method | Modifiers | Description |
|---|---|---|
| configure(options) | Configure this container with connection information. |