guides
- Description:
- Guides API methods
- Source:
Namespaces
Methods
(async, static) getMetadata()
- Description:
- Returns guides metadata object
- Source:
(async, static) getUnusedMetadataInfo()
- Description:
- Returns unused guides metadata info
- Source:
(async, static) refreshMetadataCaches()
- Description:
- Recalculates guides metadata caches
- Source:
Type Definitions
CommandExecuteCallback(command)
- Description:
- Command execute callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
command |
string | command |
CommandResultCallback(command, output, format, err)
- Description:
- Command result callback
- Source:
Parameters:
Name | Type | Description |
---|---|---|
command |
string | command |
output |
string | command output |
format |
number | output format(1 - text, 2 - markdown, 3 - html) |
err |
string | error |