UiConfig: {
    aspectRatio: string;
    hideTimeout: number;
    seekbarColors: {
        advertisement: string;
        content: string;
    };
}

Type declaration

  • aspectRatio: string
  • hideTimeout: number
  • seekbarColors: {
        advertisement: string;
        content: string;
    }
    • advertisement: string
    • content: string

Generated using TypeDoc