protocol-opcua/opcua-device-protocol-browse-path-validation.directive.ts
Providers |
{
provide: NG_VALIDATORS, useExisting: forwardRef(() => OpcuaDeviceProtocolBrowsePathValidation), multi: true
}
|
Selector | [c8yBrowsePathValidator][ngModel] |
Methods |
Inputs |
constructor(el: ElementRef)
|
||||||
Parameters :
|
getMappings |
Type : function
|
model |
Type : any
|
isBrowsePathUnique | ||||
isBrowsePathUnique(value)
|
||||
Parameters :
Returns :
boolean
|
isValidJson | ||||
isValidJson(value)
|
||||
Parameters :
Returns :
boolean
|
toArray | ||||
toArray(str)
|
||||
Parameters :
Returns :
any
|
validate | ||||||
validate(control: AbstractControl)
|
||||||
Parameters :
Returns :
literal type
|