Interface MiniCardAudioOptions

interface MiniCardAudioOptions {
    customStyle?: Partial<CSSStyleDeclaration>;
    name?: string;
    showWaveform?: boolean;
    overlayPosition?: string;
    barColor?: string;
    textColor?: string;
    imageSource?: string;
    roundedImage?: boolean;
    imageStyle?: Partial<CSSStyleDeclaration>;
}

Properties

customStyle?: Partial<CSSStyleDeclaration>
name?: string
showWaveform?: boolean
overlayPosition?: string
barColor?: string
textColor?: string
imageSource?: string
roundedImage?: boolean
imageStyle?: Partial<CSSStyleDeclaration>