Typedef
| Static Public Summary | ||
| public |
Validator info object. |
|
| public |
Validator info object. |
|
| public |
Roc config object. |
|
| public |
Roc documentation object. |
|
| public |
Roc map object. |
|
| public |
Roc meta config object. |
|
| public |
Roc meta settings object. |
|
| public |
Roc meta settings object. |
|
| public |
Roc parsed options. |
|
| public |
Roc settings object. |
|
| public |
Roc table header object. |
|
| public |
Roc table settings object. |
|
Static Public
public rocCommandObject: Object source
Validator info object.
Properties:
| Name | Type | Attribute | Description |
| debug | boolean | If debug mode has been enabled. |
|
| configObject | rocConfig | The final configuration object where everything has been merged. |
|
| metaObject | rocMetaConfig | The final meta configuration object where everything has been merged. |
|
| extensionConfig | rocConfig | The configuration object where all extensions has been merged. |
|
| parsedOptions | rocOptions | The parsed options given to the cli. |
public rocConfig: Object source
Roc config object.
Properties:
| Name | Type | Attribute | Description |
| settings | rocSettings | ||
| commands | Object | ||
| plugins | Object | ||
| extensions | string[] |
public rocMetaConfig: Object source
Roc meta config object.
Properties:
| Name | Type | Attribute | Description |
| settings | rocMetaSettings | ||
| commands | Object | ||
| plugins | Object |