interface Follower {
    alertDuration: number;
    enable: number;
    endAnimation: string;
    font: string;
    fontColor: string;
    fontHighlightColor: string;
    fontSize: number;
    fontWeight: number;
    imageSource: ImageSource3;
    layout: number;
    messageTemplate: string;
    soundSource: SoundSource3;
    soundVolume: number;
    startAnimation: string;
    textAnimation: string;
}

Properties

alertDuration: number
enable: number
endAnimation: string
font: string
fontColor: string
fontHighlightColor: string
fontSize: number
fontWeight: number
imageSource: ImageSource3
layout: number
messageTemplate: string
soundSource: SoundSource3
soundVolume: number
startAnimation: string
textAnimation: string