型・APIリファレンス
    Preparing search index...

    Interface CustomButton

    カスタムボタンの基底型

    interface CustomButton {
        cssClassName?: string;
        displayLabel: string;
        elementRuntimeId: string;
        iconTag?: string;
        onclick: string;
        primary: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cssClassName?: string

    CSSクラス名

    displayLabel: string

    表示ラベル

    elementRuntimeId: string

    エレメントランタイムID

    iconTag?: string

    アイコン

    onclick: string

    クリックイベント

    primary: boolean

    プライマリカラーで表示するか?