Interface MiniCardAudioOptions

interface MiniCardAudioOptions {
    customStyle?: CSSProperties;
    name: string;
    showWaveform: boolean;
    overlayPosition?: string;
    barColor?: string;
    textColor?: string;
    imageSource?: string;
    roundedImage?: boolean;
    imageStyle?: CSSProperties;
}

Properties

customStyle?: CSSProperties
name: string
showWaveform: boolean
overlayPosition?: string
barColor?: string
textColor?: string
imageSource?: string
roundedImage?: boolean
imageStyle?: CSSProperties