videosphere
    Preparing search index...

    Top-level dashboard sidebar / drawer link.

    interface DashboardNavItem {
        label: string;
        href: string;
        exact?: boolean;
        tourIdDesktop?: string;
        tourIdMobile?: string;
        children?: DashboardNavChildItem[];
    }
    Index

    Properties

    label: string
    href: string
    exact?: boolean
    tourIdDesktop?: string
    tourIdMobile?: string