クラス IgxCardFooterDirective

IgxCardFooter はカード フッターのコンテナーです。

階層

  • IgxCardFooterDirective

Index

コンストラクタ

プロパティ

コンストラクタ

constructor

プロパティ

role

role: string = 'footer'

カード フッターの role 属性の値を設定する @Input プロパティ。 デフォルトで値が footer に設定されています。

@例:
<igx-card-footer role="footer"></igx-card-footer>