Class IgxFocusDirective

コンストラクター

アクセサー

メソッド

コンストラクター

アクセサー

  • get nativeElement(): any
  • igxFocus のネイティブ要素を取得します。

    @ViewChild('focusContainer', {read: IgxFocusDirective})
    public igxFocus: IgxFocusDirective;
    let igxFocusNativeElement = this.igxFocus.nativeElement;

    次のメンバー

    IgxFocusDirective

    返却 any

メソッド