MediaSFU Shared
    Preparing search index...

    Interface AddVideosGridPlan<T>

    interface AddVideosGridPlan<T> {
        mainEntries: GridPlanEntry<T>[];
        altEntries: GridPlanEntry<T>[];
    }

    Type Parameters

    • T
    Index

    Properties

    mainEntries: GridPlanEntry<T>[]
    altEntries: GridPlanEntry<T>[]