Interface SearchResultProperty<T>

検索結果プロパティ

interface SearchResultProperty<T> {
    cssClassName?: string;
    displayLabel: string;
    editor: T;
    elementRuntimeId: string;
    propertyName: string;
    sortable: boolean;
    tableColumnWidth?: number;
    tableTextAlign?: TableTextAlign;
    type:
        | "CONDITION_SPACE"
        | "CONDITION_PROPERTY"
        | "RESULT_PROPERTY"
        | "CUSTOM_BUTTON"
        | "CONDITION_SECTION"
        | "RESULT_SECTION"
        | "SCRIPT_SECTION"
        | "TEMPLATE_SECTION";
}

Type Parameters

Hierarchy (view full)

Properties

cssClassName?: string

CSSクラス名

displayLabel: string

表示ラベル

editor: T

プロパティエディタ

elementRuntimeId: string

エレメントランタイムID

propertyName: string

プロパティ名

sortable: boolean

ソート可能か?

tableColumnWidth?: number

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

tableTextAlign?: TableTextAlign

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

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

エレメントのタイプ