Interface SearchConditionExpressionPropertyEditor

検索条件ExpressionPropertyEditor

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

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

hidden: boolean

hiddenにするか?

inputCustomStyle?: string

入力カスタムスタイル

type: string

エディタの種類