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

    Interface SearchCustomButton

    SearchViewのカスタムボタン

    interface SearchCustomButton {
        cssClassName?: string;
        displayLabel: string;
        displayMethod: "SOLO" | "MENU";
        elementRuntimeId: string;
        iconTag?: string;
        onclick: string;
        primary: boolean;
        type:
            | "CUSTOM_BUTTON"
            | "SCRIPT_SECTION"
            | "TEMPLATE_SECTION"
            | "CONDITION_SPACE"
            | "CONDITION_PROPERTY"
            | "RESULT_PROPERTY"
            | "CONDITION_SECTION"
            | "RESULT_SECTION";
    }

    Hierarchy (View Summary)

    Index

    Properties

    cssClassName?: string

    CSSクラス名

    displayLabel: string

    表示ラベル

    displayMethod: "SOLO" | "MENU"

    表示方法

    elementRuntimeId: string

    エレメントランタイムID

    iconTag?: string

    アイコン

    onclick: string

    クリックイベント

    primary: boolean

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

    type:
        | "CUSTOM_BUTTON"
        | "SCRIPT_SECTION"
        | "TEMPLATE_SECTION"
        | "CONDITION_SPACE"
        | "CONDITION_PROPERTY"
        | "RESULT_PROPERTY"
        | "CONDITION_SECTION"
        | "RESULT_SECTION"

    エレメントのタイプ