Class IgxIconButtonDirective

IgxIconButtonDirective は、アイコンを完全に機能するボタンとして使用する方法を提供します。

<button type="button" igxIconButton="outlined">
<igx-icon>home</igx-icon>
</button>

階層

Hierarchy

  • IgxButtonBaseDirective
    • IgxIconButtonDirective

コンストラクター

プロパティ

アクセサー

コンストラクター

プロパティ

buttonClick: EventEmitter<any> = ...

ボタンがクリックされたときに発行されます。

disabled: boolean = false

ボタンを有効/無効にします。

<button igxButton="fab" disabled></button>
element: ElementRef<any>
role: string = 'button'

role 属性を取得または設定します。

this.button.role = 'navbutton';
let buttonRole = this.button.role;

アクセサー