クラス IgxTextSelectionDirective

階層

Hierarchy

  • IgxTextSelectionDirective

コンストラクタ

アクセサー

メソッド

コンストラクタ

アクセサー

  • get nativeElement(): any
  • ディレクティブが適用される要素の nativeElement を返します。

    <input
    type="text"
    id="firstName"
    igxTextSelection>
    </input>
    @ViewChild('firstName',
    {read: IgxTextSelectionDirective})
    public inputElement: IgxTextSelectionDirective;

    public getNativeElement() {
    return this.inputElement.nativeElement;
    }

    返却 any

メソッド