Preparing search index...
    interface CellArrayProps {
        columnId: string;
        containerRef?: RefObject<HTMLDivElement>;
        hideItemBorder?: boolean;
        isRowMode?: boolean;
        listValue: ReactNode[];
        moreBtnTipText?: (moreCount: number) => undefined | string;
        onShowAll?: () => void;
        parentContainerRef: null | RefObject<HTMLDivElement>;
    }
    Index

    Properties

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