CloudTwin  ROS2 Humble
Digital twin for path and trajectory optimisation
Variables
navigation.ts File Reference

Variables

export type BreadcrumbItem
 
export type NavItem
 
import type { InertiaLinkProps } from '@inertiajs/react'
 

Variable Documentation

◆ BreadcrumbItem

export type BreadcrumbItem
Initial value:
= {
title: string;
href: NonNullable<InertiaLinkProps['href']>;
}

◆ NavItem

export type NavItem
Initial value:
= {
title: string;
href: NonNullable<InertiaLinkProps['href']>;
icon?: LucideIcon | null;
isActive?: boolean;
}

◆ type

import type { InertiaLinkProps } from '@inertiajs/react'