Interface SearchResultExpressionPropertyEditor

検索結果ExpressionPropertyEditor

interface SearchResultExpressionPropertyEditor {
    customStyle?: string;
    displayType: "LABEL";
    editor:
        | SearchResultAutoNumberPropertyEditor
        | SearchResultBinaryPropertyEditor
        | SearchResultBooleanPropertyEditor
        | SearchResultDatePropertyEditor
        | SearchResultDecimalPropertyEditor
        | SearchResultExpressionPropertyEditor
        | SearchResultFloatPropertyEditor
        | SearchResultIntegerPropertyEditor
        | SearchResultLongTextPropertyEditor
        | SearchResultReferencePropertyEditor
        | SearchResultSelectPropertyEditor
        | SearchResultStringPropertyEditor
        | SearchResultTimePropertyEditor
        | SearchResultTimestampPropertyEditor;
    hidden: boolean;
    type: string;
}

Hierarchy (view full)

Properties

customStyle?: string

表示カスタムスタイル

displayType: "LABEL"

表示タイプ

プロパティエディタ

hidden: boolean

hiddenにするか?

type: string

エディタの種類