Emitted as soon as a content element reached the rendered ready state
Emitted after a navigation was executed
Emitted before a navigation occurs
This hook is executed before the appContext object is created
Emitted when the component definition is resolved in the content element component.
This hook can be used to filter the appContext object after it was created
Emitted right after the vue instance was created (but not yet mounted) this is the perfect point in time to do some last minute changes and adjustments. Note: This is emitted both on server and on client!
The same as HOOK_INIT but runs ONLY in the browser
The same as HOOK_INIT but runs ONLY on the server
This hook is emitted in the error handler and can hold different arguments based on the mode you are running in
Allows you to filter the configuration object for the vue router
Can be used to modify the api query when a new route was requested
Potential post-navigation handlers when the page context was successfully updated
Can be used to modify the state object, passed by the api before it is given to the page context
Internal event for all framework services to execute the updates after navigation was performed
Is used to filter the vue configuration object before the vue instance(s) are created
Generated using TypeDoc
use FrameworkEventList instead. Will be removed in the next major version