MediaSFU Angular
    Preparing search index...

    Interface MiniCardCustomOptions

    Options for MiniCard custom component injection

    interface MiniCardCustomOptions {
        customMiniCardComponent?: CustomComponentType<any>;
        customOverlayComponent?: CustomComponentType<any>;
    }
    Index

    Properties

    customMiniCardComponent?: CustomComponentType<any>

    Custom mini card component

    customOverlayComponent?: CustomComponentType<any>

    Custom overlay component