configQuery$data: {
    colorscale: ReadonlyArray<ReadonlyArray<number>> | null;
    config: {
        colorBy: ColorBy;
        colorPool: ReadonlyArray<string>;
        colorscale: string;
        gridZoom: number;
        loopVideos: boolean;
        notebookHeight: number;
        plugins: any | null;
        showConfidence: boolean;
        showIndex: boolean;
        showLabel: boolean;
        showSkeletons: boolean;
        showTooltip: boolean;
        sidebarMode: SidebarMode;
        theme: Theme;
        timezone: string | null;
        useFrameNumber: boolean;
    };
}

Type declaration

  • Readonly colorscale: ReadonlyArray<ReadonlyArray<number>> | null
  • Readonly config: {
        colorBy: ColorBy;
        colorPool: ReadonlyArray<string>;
        colorscale: string;
        gridZoom: number;
        loopVideos: boolean;
        notebookHeight: number;
        plugins: any | null;
        showConfidence: boolean;
        showIndex: boolean;
        showLabel: boolean;
        showSkeletons: boolean;
        showTooltip: boolean;
        sidebarMode: SidebarMode;
        theme: Theme;
        timezone: string | null;
        useFrameNumber: boolean;
    }
    • Readonly colorBy: ColorBy
    • Readonly colorPool: ReadonlyArray<string>
    • Readonly colorscale: string
    • Readonly gridZoom: number
    • Readonly loopVideos: boolean
    • Readonly notebookHeight: number
    • Readonly plugins: any | null
    • Readonly showConfidence: boolean
    • Readonly showIndex: boolean
    • Readonly showLabel: boolean
    • Readonly showSkeletons: boolean
    • Readonly showTooltip: boolean
    • Readonly sidebarMode: SidebarMode
    • Readonly theme: Theme
    • Readonly timezone: string | null
    • Readonly useFrameNumber: boolean

Generated using TypeDoc