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

Интерфейс BusinessSearchSortMeta

interface BusinessSearchSortMeta {
    hideable?: boolean;
    order: number;
    sortField: string;
    title: () => string;
    valueType: VALUE_TYPE;
}
Индекс

Свойства

hideable?: boolean
order: number
sortField: string
title: () => string
valueType: VALUE_TYPE