Skip to main content

ApplicationContext

type ApplicationContext = {
env: Environment;
route: Route;
};

application context

Properties

env

env: Environment;

environment details


route

route: Route;

current route