Interface DetailMassReferenceProperty<T>

大量データ参照セクションのプロパティ要素

interface DetailMassReferenceProperty<
    T extends SearchResultPropertyEditor = SearchResultPropertyEditor,
> {
    columnWidth?: number;
    cssClassName?: string;
    displayLabel: string;
    editor: T;
    propertyName: string;
    sortable: boolean;
    textAlign?: TableTextAlign;
    type: string;
}

Type Parameters

Properties

columnWidth?: number

列幅

cssClassName?: string

CSSクラス名

displayLabel: string

表示ラベル

editor: T

プロパティエディタ

propertyName: string

プロパティ名

sortable: boolean

ソート可能か

textAlign?: TableTextAlign

テキストの配置

type: string

種別