videosphere
    Preparing search index...

    Child link nested under a dashboard nav section.

    interface DashboardNavChildItem {
        label: string;
        href: string;
        exact?: boolean;
    }
    Index

    Properties

    Properties

    label: string
    href: string
    exact?: boolean