API Reference > imodeljs-frontend > Tools > InteractiveTool > bumpToolSetting bumpToolSetting Method Beta Used to "bump" the value of a tool setting. 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. Return true if the setting was successfully bumped. bumpToolSetting(_settingIndex?: number): Promise<boolean> Parameter Type Description _settingIndex number Returns - Promise<boolean> Defined in core/frontend/src/tools/Tool.ts Line 711 Last Updated: 11 June, 2024