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

    Interface SearchResultProperty<T>

    検索結果プロパティ

    interface SearchResultProperty<
        T extends SearchResultPropertyEditor = SearchResultPropertyEditor,
    > {
        bulkRequired?: boolean;
        bulkUpdateEditor?: BulkPropertyEditor;
        columnInfo?: ColumnInfo;
        cssClassName?: string;
        displayLabel: string;
        editor: T;
        elementRuntimeId: string;
        propertyName: string;
        required?: boolean;
        sortable: boolean;
        tableColumnWidth?: number;
        tableTextAlign?: TableTextAlign;
        type:
            | "CUSTOM_BUTTON"
            | "SCRIPT_SECTION"
            | "TEMPLATE_SECTION"
            | "CONDITION_SPACE"
            | "CONDITION_PROPERTY"
            | "RESULT_PROPERTY"
            | "CONDITION_SECTION"
            | "RESULT_SECTION";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    bulkRequired?: boolean

    一括更新必須属性

    bulkUpdateEditor?: BulkPropertyEditor

    一括更新プロパティエディタ

    columnInfo?: ColumnInfo

    列情報

    cssClassName?: string

    CSSクラス名

    displayLabel: string

    表示ラベル

    editor: T

    プロパティエディタ

    elementRuntimeId: string

    エレメントランタイムID

    propertyName: string

    プロパティ名

    required?: boolean

    必須属性

    sortable: boolean

    ソート可能か?

    tableColumnWidth?: number

    テーブルデザインの場合の列幅

    tableTextAlign?: TableTextAlign

    テーブルデザインの場合のテキストの配置

    type:
        | "CUSTOM_BUTTON"
        | "SCRIPT_SECTION"
        | "TEMPLATE_SECTION"
        | "CONDITION_SPACE"
        | "CONDITION_PROPERTY"
        | "RESULT_PROPERTY"
        | "CONDITION_SECTION"
        | "RESULT_SECTION"

    エレメントのタイプ