Type Definitions
cbType()
ctxType
Type:
- Object.<string, Object>
specDeltaType
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string |
<optional> |
|
module |
string | null |
<optional> |
|
description |
string |
<optional> |
|
env |
Object |
<optional> |
|
components |
Array.<specType> |
<optional> |
Type:
- Object
specType
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
name |
string | ||
module |
string | null | ||
description |
string |
<optional> |
|
env |
Object | ||
components |
Array.<specType> |
<optional> |
Type:
- Object