Юниверс DG SDK UI
v2.16.0

Псевдоним типа UERelationHistoryDiffColumnMeta

type UERelationHistoryDiffColumnMeta = {
    getDisplayName: (context: UERelationHistoryDiffColumnContext) => string;
    order: number;
    placeholder?: string;
    width?: number;
}
Индекс

Свойства

getDisplayName: (context: UERelationHistoryDiffColumnContext) => string
order: number
placeholder?: string
width?: number