The list of layout components that are registered for this framework instance
Allows to access all links that have been given by the current page
The page meta object to modify the page's metadata and title
The repository to look up the configured PIDs (page-ids). The pid configuration is passed by the frontend api every time a page response is requested from the server
The vue router we use for this app
Returns the parent/app context object
Returns the axios instance to communicate with api endpoint's that are not considered a "resource"
Returns the site's base url for the current page
Returns the child content of this page
Returns the list of the common elements that were registered for this page
An alias for children()
Returns either the currently active route or undefined if this method is called before the first page data was received from the server
Returns the page's meta data that was provided by the backend
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 the numeric id of the current page
Returns true if the current page is in preview mode
Returns the current language code of the page. The code is a two char iso-code
Returns the layout key/id/name that should be used for the current page
Returns the list of all registered layout components of this framework instance
Returns the repository which allows to access all links that have been given by the current page
Returns the page meta object to modify the page's metadata and title
Return the repository to look up the configured PIDs (page-ids)
Returns the resource api axios wrapper that handles communication with the TYPO3 resource api
Returns the root line of this page, back to the root page of the tree
Returns the instance of the vue router
Alias for baseUrl
Returns the raw state object which holds the information about the current page
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
Internal interface to update properties of the context after it was created
Event handler to update the context after a navigation took place
Can be used to manually refresh the definition of a common element
Generated using TypeDoc
The reference to the app context