Type Alias ControlHideShowFunction<T>
ControlHideShowFunction: (this: T, control: AbstractControl) => boolean | null Type declaration
- (this: T, control: AbstractControl): boolean | null
Parameters
- this: T
- control: AbstractControl
Returns boolean | null