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

    Interface SearchDownloadButtonConfig

    ダウンロード条件ダイアログ起動ボタンアイテム設定

    interface SearchDownloadButtonConfig {
        cssClassName?: string;
        csvDownloadCharacterCodeList?: string[];
        customOnClick?: string;
        display: boolean;
        displayLabel?: string;
        downloadActionName?: string;
        fileSupportType?: "CSV" | "EXCEL" | "SPECIFY";
        hideFiledownloadDialog?: boolean;
        iconTag?: string;
        nonOutputDisplayName?: boolean;
        showDownloadButtonInSearchConditionDialog?: boolean;
        specifyCharacterCode?: "SPECIFY" | "NOT_SPECIFY";
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cssClassName?: string

    CSSクラス名

    csvDownloadCharacterCodeList?: string[]

    ダウンロード時文字コード指定タイプ

    customOnClick?: string

    カスタムクリックイベント

    display: boolean

    表示するか?

    displayLabel?: string

    表示ラベル

    downloadActionName?: string

    ダウンロードアクション名

    fileSupportType?: "CSV" | "EXCEL" | "SPECIFY"

    Entityデータのファイルタイプ

    hideFiledownloadDialog?: boolean

    ダウンロードダイアログ非表示設定

    iconTag?: string

    アイコンタグ

    nonOutputDisplayName?: boolean

    ダウンロード時表示名非出力表示する設定

    showDownloadButtonInSearchConditionDialog?: boolean

    searchダイアログにてダウンロードボタン表示する設定

    specifyCharacterCode?: "SPECIFY" | "NOT_SPECIFY"

    ダウンロード時文字コード指定を可能にする

    tooltip?: string

    ツールチップ