load
This method will be called once during Hass Blocks initialisation
Signature
load(args: IPluginArgs): Promise<void>;
Parameters
| Name | Type | Description |
|---|---|---|
| args | IPluginArgs | |
Return Value
Promise<void> An object that implements this interface can be passed into the 'plugins' property of the initialiseBlocks config object.
| Name | i-blocks-plugin |
|---|---|
| Type | Interface |
| Path | packages/blocks/src/types/i-blocks-plugin.ts |
| Name | Type | Description |
|---|---|---|
| name | string | |
This method will be called once during Hass Blocks initialisation
load(args: IPluginArgs): Promise<void>;
| Name | Type | Description |
|---|---|---|
| args | IPluginArgs | |
Promise<void>