Interface MiniCardCustomOptions

Options for MiniCard custom component injection

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

Properties

customMiniCardComponent?: CustomComponentType<any>

Custom mini card component

customOverlayComponent?: CustomComponentType<any>

Custom overlay component