Interface CustomAudioCardOptions

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

Properties

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