Skip to main content

Route

type Route = {
id: string;
name: string;
type: NavigationType;
url: string;
};

navigation type

Properties

id

id: string;

id of the route


name

name: string;

name of the route


type

type: NavigationType;

route type


url

url: string;

url of the route