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

    Interface SearchConditionFloatPropertyEditor

    検索条件FloatPropertyEditor

    interface SearchConditionFloatPropertyEditor {
        customStyle?: string;
        displayType: "TEXT" | "LABEL" | "HIDDEN";
        hidden: boolean;
        inputCustomStyle?: string;
        searchInRange: boolean;
        showComma: boolean;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayType: "TEXT" | "LABEL" | "HIDDEN"

    表示タイプ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    searchInRange: boolean

    範囲検索

    showComma: boolean

    カンマを表示するか?

    type: string

    エディタの種類