Overview

UIX

function Routing.setPrefix

Routing.setPrefix();

function Routing.getCurrentRouteFromURL

Routing.getCurrentRouteFromURL();

function 

();

function 

();

function Routing.setCurrentRoute

Routing.setCurrentRoute(
  _route?: string | string[] | URL,
  silent: any
);

function Routing.setEntrypoints

Routing.setEntrypoints(
  frontend?: Entrypoint,
  backend?: Entrypoint
);

function Routing.update

Routing.update(
  route_should_equal?: Path.route_representation,
  load_current_new: any
);

updates the current URL with the current route requested from the get_handler

Constant Routing.Prefix

type: any

Did this doc help you?

Privacy Policy

Help us improving our docs

Our documentations are fully open source. Something is wrong or unclear? Edit documentation.

Make a contribution