Interface SearchResultBooleanPropertyEditor

検索結果BooleanPropertyEditor

interface SearchResultBooleanPropertyEditor {
    customStyle?: string;
    defaultFalseLabel: string;
    defaultTrueLabel: string;
    displayType: "LABEL" | "HIDDEN";
    hidden: boolean;
    labelValues?: BooleanLabelValue[];
    propertyName: string;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

defaultFalseLabel: string

デフォルトの偽の表示ラベル

defaultTrueLabel: string

デフォルトの真の表示ラベル

displayType: "LABEL" | "HIDDEN"

表示タイプ

hidden: boolean

hiddenにするか?

labelValues?: BooleanLabelValue[]

真偽値のラベル

propertyName: string

プロパティ名

type: string

エディタの種類