Function
| Static Public Summary | ||
| public |
checkDatapointType(input: *): * Check if an object is a Datapoint or JSON object. |
|
| public |
checkPermissionsOverride(dpt: Datapoint, override: boolean): boolean Check if override flag is valid. |
|
| public |
checkType(input: *): * Check if an object is a JSON object. |
|
Static Public
public checkDatapointType(input: *): * source
Check if an object is a Datapoint or JSON object.
Params:
| Name | Type | Attribute | Description |
| input | * | object to validate. |
Return:
| * |
public checkPermissionsOverride(dpt: Datapoint, override: boolean): boolean source
Check if override flag is valid.
public checkType(input: *): * source
Check if an object is a JSON object.
Params:
| Name | Type | Attribute | Description |
| input | * | object to validate. |
Return:
| * |
