The list of created axios instances to pass to other services
Holds the configuration object for this app
Holds the reference to the dynamic component resolver if it was registered in the framework config. Otherwise this property is "undefined"
The string that defines the type of environment we are currently running in
The error handler that is used for potential errors in this context
The internal event emitter of the framework instance
Defines the variant/mode we are running in
Holds the page context which holds information about the currently viewed page Note: This is only set if we are running in spa mode! Otherwise this will be undefined!
The resource api axios wrapper that handles communication with the TYPO3 resource api
Additional components that are used in the framework
Holds the store instance to hold global application data
The translation class for this framework instance
The vue instance we use in this app
Defines if the app is currently rendered using ssr or in the browser
This is mostly internal and only used if the app is rendered using SSR. It holds the reference to the vue context object to pass information to express
Returns the list of all registered axios instances in this context
Returns the axios instance to communicate with api endpoint's that are not considered a "resource"
Returns the configuration object for this app
Returns the reference to the dynamic component resolver or undefined if there was none registered
Returns the string that defines the type of environment we are currently running in
Returns the error handler instance
Returns the instance of the event emitter, for this framework instance The event emitter is used for global events that should be handled across multiple components
Returns true if the script is currently executed at the client's browser
Returns true if the environment is a development server
Returns true if the environment is in production mode
Returns true if the script is currently executed by the SSR renderer
Returns the mode that is currently running for this app
Returns the page context object. Note: This only works for SPA apps!
Returns the resource api axios wrapper that handles communication with the TYPO3 resource api
Returns the list of static components that were registered in the framework configuration.
Returns the store instance to hold global application data
Returns the translation class with information about the current localization of the framework instance
Return the type of this context
Returns the vue instance we use in this context
Returns a string that defines if the app is currently running on the SSR server or in the browser
This is mostly internal and only used if the app is rendered using SSR. It returns the reference to the vue context object to pass information to express
Creates a clone of the current context. Note: this is only a shallow clone for use in hybrid apps
Internal interface to update properties of the context after it was created
Generated using TypeDoc
The axios instance to communicate with api endpoint's that are not considered a "resource"