Preparing search index...
    interface CardPanelGridProps {
        cols?: number;
        containerPadding?: [number, number];
        disableAnimations?: boolean;
        draggableHandle?: string;
        isDraggable?: boolean;
        isResizable?: boolean;
        layout?: CardPanelGridLayout[];
        margin?: [number, number];
        onLayoutChange?: (layout: CardPanelGridLayout[]) => void;
        rowHeight?: number;
    }
    Index

    Properties

    cols?: number
    containerPadding?: [number, number]
    disableAnimations?: boolean
    draggableHandle?: string
    isDraggable?: boolean
    isResizable?: boolean
    margin?: [number, number]
    onLayoutChange?: (layout: CardPanelGridLayout[]) => void
    rowHeight?: number