bumpToolSetting Method
Method used to "bump" the value of a tool setting for the current tool.
To "bump" a setting means to toggle a boolean value or cycle through enum values.
If no settingIndex param is specified, the first setting is bumped.
Returns true if the setting was successfully bumped.
bumpToolSetting(settingIndex?: number): Promise<boolean>
| Parameter | Type | Description |
|---|---|---|
| settingIndex | number |
Returns - Promise
Defined in
- core/frontend/src/tools/ToolAdmin.ts Line 1722
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.