Type Definitions
VarvContext
- Description:
A context in Varv
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
target |
string |
<optional> |
The UUID of the target this context refers to |
variables |
object |
<optional> |
The variables currently set to any value |
A context in Varv
Type:
- object
forEachCallback(context, options, index) → {VarvContext|Array.<VarvContext>}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
context |
VarvContext | The context currently being looked at |
options |
object | The current options with variables and arguments substituted |
index |
number | The index of the current context in the context array |
Returns:
- Type
- VarvContext | Array.<VarvContext>
lookupPropertyObject
- Description:
The object returned from lookupProperty
- Source:
Properties:
Name | Type | Description |
---|---|---|
concept |
Concept | The concept the property was found on |
property |
Property | The property itself |
target |
string | The target to look up the property on |
The object returned from lookupProperty
Type:
- object