Mandarine.ApplicationContext
import { Mandarine } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/main-core/Mandarine.ns.ts";
const { ApplicationContext } = Mandarine;
Refers to the Application Context. The application context is used to manipulate elemental behaviors of Mandarine It is a singleton class
§Interfaces
Mandarine.ApplicationContext.ApplicationContextMetadata | Stats/Metadata of Mandarine's core. This includes information such as: When Mandarine was started, number of templates, controller, and others. |
Mandarine.ApplicationContext.IApplicationContext | Interface used by the |