Interface SearchResultSelectPropertyEditor

検索結果SelectPropertyEditor

interface SearchResultSelectPropertyEditor {
    chipColors: ChipColorValuePair[];
    customStyle?: string;
    displayType: "LABEL" | "HIDDEN";
    hidden: boolean;
    showAsChip?: boolean;
    type: string;
}

Hierarchy (view full)

Properties

chipColors: ChipColorValuePair[]

Chipカラー

customStyle?: string

表示カスタムスタイル

displayType: "LABEL" | "HIDDEN"

表示タイプ

hidden: boolean

hiddenにするか?

showAsChip?: boolean

値をChip形式で表示するか

type: string

エディタの種類