NavigationLink
Definition
export interface NavigationLink {
id: string;
label: string;
icon: string;
link: string;
target?: string;
children?: NavigationLink[];
userGroups?: string[];
appRoles?: string[];
parentId?: string;
}Usage
import { NavigationLink } from 'uxp/components';Last updated