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

    Interface SpreadSheetBooleanPropertyEditor

    BOOLEAN 用の SpreadSheet フィルターエディタ

    interface SpreadSheetBooleanPropertyEditor {
        displayType: "RADIO";
        falseLabel: string;
        localizedFalseLabelList?: SpreadSheetFilterLocalizedStringDefinition[];
        localizedTrueLabelList?: SpreadSheetFilterLocalizedStringDefinition[];
        trueLabel: string;
        type: "BOOLEAN";
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayType: "RADIO"

    表示方式

    falseLabel: string

    偽値表示ラベル

    localizedFalseLabelList?: SpreadSheetFilterLocalizedStringDefinition[]

    偽値表示ラベル多言語設定(任意)

    真値表示ラベル多言語設定(任意)

    trueLabel: string

    真値表示ラベル

    type: "BOOLEAN"

    エディタ種別