Extends
Methods
getContext() → {DataContext|*}
Gets the current data context, if any.
- Inherited From:
- Source:
Returns:
- Type
- DataContext | *
setContext(context)
Sets the current data context.
Parameters:
Name | Type | Description |
---|---|---|
context |
DataContext | * |
- Inherited From:
- Source:
validateSync(val) → {Object|undefined|*}
Validates the given value. If validation fails, the operation will return a validation result.
Parameters:
Name | Type | Description |
---|---|---|
val |
* |
- Source:
Returns:
- Type
- Object | undefined | *