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

Интерфейс CellArrayProps

interface CellArrayProps {
    cellViewType?: CELL_VIEW_TYPE;
    columnId: string;
    containerRef?: RefObject<HTMLDivElement>;
    hideItemBorder?: boolean;
    isRowMode?: boolean;
    listValue: ReactNode[];
    moreBtnTipText?: (moreCount: number) => string | undefined;
    onShowAll?: () => void;
    parentContainerRef: RefObject<HTMLDivElement> | null;
}
Индекс

Свойства

cellViewType?: CELL_VIEW_TYPE
columnId: string
containerRef?: RefObject<HTMLDivElement>
hideItemBorder?: boolean
isRowMode?: boolean
listValue: ReactNode[]
moreBtnTipText?: (moreCount: number) => string | undefined
onShowAll?: () => void
parentContainerRef: RefObject<HTMLDivElement> | null