SettingsTab
Interfaces
SettingsTabProps
Properties
Property | Type | Description | Defined in |
---|---|---|---|
setToggleShortcut | Dispatch <SetStateAction <null | string >> | Setter for the toggle shortcut state. | manager/tabs/SettingsTab.tsx:10 |
toggleShortcut | null | string | The current toggle shortcut. | manager/tabs/SettingsTab.tsx:8 |
Functions
default()
default(
__namedParameters
):Element
The global settings tab in the manager.
This tab is rendered as a data list with some margin. It contains the settings and setters for the global settings, which include the toggle shortcut.
Parameters
Parameter | Type |
---|---|
__namedParameters | SettingsTabProps |
Returns
Element