Interface CustomMiniCardOptions

interface CustomMiniCardOptions {
    initials: string;
    fontSize: string;
    customStyle?: boolean;
    name: string;
    showVideoIcon: boolean;
    showAudioIcon: boolean;
    imageSource: string;
    roundedImage: boolean;
    imageStyle: CSSProperties;
    parameters?: any;
}

Properties

initials: string
fontSize: string
customStyle?: boolean
name: string
showVideoIcon: boolean
showAudioIcon: boolean
imageSource: string
roundedImage: boolean
imageStyle: CSSProperties
parameters?: any