MediaSFU React Native
    Preparing search index...

    Interface UpdateMiniCardsGridParameters

    interface UpdateMiniCardsGridParameters {
        updateGridRows: (rows: number) => void;
        updateGridCols: (cols: number) => void;
        updateAltGridRows: (rows: number) => void;
        updateAltGridCols: (cols: number) => void;
        updateGridSizes: (gridSizes: GridSizes) => void;
        gridSizes: GridSizes;
        paginationDirection: string;
        paginationHeightWidth: number;
        doPaginate: boolean;
        componentSizes: ComponentSizes;
        eventType: EventType;
        getUpdatedAllParams: () => UpdateMiniCardsGridParameters;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    updateGridRows: (rows: number) => void
    updateGridCols: (cols: number) => void
    updateAltGridRows: (rows: number) => void
    updateAltGridCols: (cols: number) => void
    updateGridSizes: (gridSizes: GridSizes) => void
    gridSizes: GridSizes
    paginationDirection: string
    paginationHeightWidth: number
    doPaginate: boolean
    componentSizes: ComponentSizes
    eventType: EventType
    getUpdatedAllParams: () => UpdateMiniCardsGridParameters