init
function init(text: string): void
Description
The function called when the plugin is launched. It defines the data sent to the plugin describing what actions are to be performed and how they must be performed.
Parameters
- text
string
Defines the data parameter that depends on the {@link /plugin/config#initDataType initDataType} setting specified in the config.json file.
Returns
void