Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified the API report file
Browse files Browse the repository at this point in the history
Adithyan-Dinesh-Trenser committed Sep 27, 2024
1 parent 4aaf984 commit 5092c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/reviews/api/tools.api.md
Original file line number Diff line number Diff line change
@@ -5832,7 +5832,7 @@ class ToolGroup implements ToolGroup {
// (undocumented)
setToolPassive(toolName: string, options?: {
removeAllBindings?: boolean | IToolBinding[];
bindings?: IToolBinding[]
bindings?: IToolBinding[];
}): void;
// (undocumented)
setViewportsCursorByToolName(toolName: string, strategyName?: string): void;

0 comments on commit 5092c9a

Please sign in to comment.