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

    Interface SpreadSheetActionButtonConfig

    action button 表示設定。

    interface SpreadSheetActionButtonConfig {
        displayKeys: PropertyKey[];
        downloadUrlBuilder?: (value: unknown) => null | string;
        enableDownload?: boolean;
        showClear: boolean;
        showSelect: boolean;
    }
    Index

    Properties

    displayKeys: PropertyKey[]

    表示用文字列を抽出するキー一覧。

    downloadUrlBuilder?: (value: unknown) => null | string

    ダウンロードURL生成関数。

    enableDownload?: boolean

    ラベルクリック時にダウンロードを行うか(binary用)。

    showClear: boolean

    Clear ボタンを表示するか。

    showSelect: boolean

    Select ボタンを表示するか。