interface CustomAudioCardOptions {
    name: string;
    barColor: string;
    textColor: string;
    imageSource?: string;
    roundedImage?: boolean;
    imageStyle?: any;
    parameters?: any;
}

Properties

name: string
barColor: string
textColor: string
imageSource?: string
roundedImage?: boolean
imageStyle?: any
parameters?: any