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

    Interface SearchResultBooleanPropertyEditor

    検索結果BooleanPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    chipColors?: BooleanChipColorValue[]

    Boolean型の真偽値のChipカラー

    customStyle?: string

    表示カスタムスタイル

    defaultFalseLabel: string

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

    defaultTrueLabel: string

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

    displayType: "LABEL" | "HIDDEN"

    表示タイプ

    hidden: boolean

    hiddenにするか?

    labelValues?: BooleanLabelValue[]

    真偽値のラベル

    showAsChip?: boolean

    値をChip形式で表示するか

    type: string

    エディタの種類