Interface SearchConditionDialogButtonLabelItemConfig

検索条件ダイアログ起動ボタンアイテム設定

interface SearchConditionDialogButtonLabelItemConfig {
    beforeCssClassName?: string;
    beforeDisplayLabel?: string;
    beforeIconTag?: string;
    cssClassName?: string;
    customOnClick?: string;
    display: boolean;
    displayLabel?: string;
    iconTag?: string;
    tooltip?: string;
}

Hierarchy (view full)

Properties

beforeCssClassName?: string

条件設定前のCSSクラス名

beforeDisplayLabel?: string

条件設定前の表示ラベル

beforeIconTag?: string

条件設定前のアイコンタグ

cssClassName?: string

CSSクラス名

customOnClick?: string

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

display: boolean

表示するか?

displayLabel?: string

表示ラベル

iconTag?: string

アイコンタグ

tooltip?: string

ツールチップ