Interface AudioCardCustomOptions

Options for AudioCard custom component injection

interface AudioCardCustomOptions {
    customInfoComponent?: CustomComponentType<any>;
    customControlsComponent?: CustomComponentType<any>;
    customAudioCardComponent?: CustomComponentType<any>;
}

Properties

customInfoComponent?: CustomComponentType<any>

Custom info overlay component

customControlsComponent?: CustomComponentType<any>

Custom controls overlay component

customAudioCardComponent?: CustomComponentType<any>

Custom entire audio card wrapper