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

    Interface SearchConditionExpressionPropertyEditor

    検索条件ExpressionPropertyEditor

    interface SearchConditionExpressionPropertyEditor {
        customStyle?: string;
        displayType: "LABEL";
        editor:
            | SearchConditionDatePropertyEditor
            | SearchConditionTimePropertyEditor
            | SearchConditionTimestampPropertyEditor
            | SearchConditionAutoNumberPropertyEditor
            | SearchConditionBinaryPropertyEditor
            | SearchConditionBooleanPropertyEditor
            | SearchConditionDecimalPropertyEditor
            | SearchConditionExpressionPropertyEditor
            | SearchConditionFloatPropertyEditor
            | SearchConditionIntegerPropertyEditor
            | SearchConditionLongTextPropertyEditor
            | SearchConditionReferencePropertyEditor
            | SearchConditionSelectPropertyEditor
            | SearchConditionStringPropertyEditor;
        hidden: boolean;
        inputCustomStyle?: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayType: "LABEL"

    表示タイプ

    プロパティエディタ

    hidden: boolean

    hiddenにするか?

    inputCustomStyle?: string

    入力カスタムスタイル

    type: string

    エディタの種類