Version: Next
DevSettings
The DevSettings
module exposes methods for customizing settings for developers in development.
#
Reference#
MethodsaddMenuItem()
#
Add a custom menu item to the developer menu.
Parameters:
Name | Type |
---|---|
title Required | string |
component Required | function |
Example:
reload()
#
Reload the application. Can be invoked directly or on user interaction.
Example: