MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / toggleStyle

Method toggleStyle

src/plotViewer/index.ts:479–486  ·  view source on GitHub ↗
(force?: boolean)

Source from the content-addressed store, hash-verified

477 }
478
479 public toggleStyle(force?: boolean): void {
480 this.stripStyles = force ?? !this.stripStyles;
481 const msg: ToggleStyleMessage = {
482 message: 'toggleStyle',
483 useOverwrites: this.stripStyles
484 };
485 this.postWebviewMessage(msg);
486 }
487
488 public toggleFullWindow(force?: boolean): void {
489 this.fullWindow = force ?? !this.fullWindow;

Callers 1

handleCommandMethod · 0.80

Calls 1

postWebviewMessageMethod · 0.95

Tested by

no test coverage detected