Constructors
Section titled "Constructors"IgxFocusDirective
new IgxFocusDirective(): IgxFocusDirective Returns IgxFocusDirective
Properties
Section titled "Properties"focused
Section titled "focused"focused: boolean Defined in projects/igniteui-angular/directives/src/directives/focus/focus.directive.ts:29, projects/igniteui-angular/directives/src/directives/focus/focus.directive.ts:43
Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"Gets the native element of the igxFocus.
@ViewChild('focusContainer', {read: IgxFocusDirective})
public igxFocus: IgxFocusDirective;
let igxFocusNativeElement = this.igxFocus.nativeElement;get nativeElement(): any Defined in projects/igniteui-angular/directives/src/directives/focus/focus.directive.ts:58
Returns any
Methods
Section titled "Methods"trigger
Section titled "trigger"Triggers the igxFocus state.
@ViewChild('focusContainer', {read: IgxFocusDirective})
public igxFocus: IgxFocusDirective;
this.igxFocus.trigger();trigger(): void Defined in projects/igniteui-angular/directives/src/directives/focus/focus.directive.ts:80