operations/bulk-operation-scheduler/operation-scheduler.component.mock.ts
ControlValueAccessor
Validator
| providers |
{
provide: NG_VALUE_ACCESSOR, multi: true, useExisting: forwardRef(() => MockOperationScheduler)
}
{
provide: NG_VALIDATORS, multi: true, useExisting: forwardRef(() => MockOperationScheduler)
}
|
| selector | c8y-operation-scheduler |
| template | |
Properties |
Methods |
| registerOnValidatorChange | ||||||
registerOnValidatorChange(fn: () => void)
|
||||||
|
Parameters :
Returns :
void
|
| triggerValidation | ||||
triggerValidation(validationErrors)
|
||||
|
Parameters :
Returns :
void
|
| onValidatorChange |
Type : function
|
| registerOnChange |
Default value : () => {...}
|
| registerOnTouched |
Default value : () => {...}
|
| validate |
Default value : () => {...}
|
| validationErrors |
| writeValue |
Default value : () => {...}
|