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

    Interface SearchResultExpressionPropertyEditor

    検索結果ExpressionPropertyEditor

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

    Hierarchy (View Summary)

    Index

    Properties

    customStyle?: string

    表示カスタムスタイル

    displayType: "LABEL"

    表示タイプ

    プロパティエディタ

    hidden: boolean

    hiddenにするか?

    type: string

    エディタの種類