MCPcopy Index your code
hub / github.com/microsoft/SandDance / setChromeless

Method setChromeless

packages/powerbi/src/app.ts:147–152  ·  view source on GitHub ↗
(chromeless: boolean)

Source from the content-addressed store, hash-verified

145 }
146
147 setChromeless(chromeless: boolean) {
148 if (chromeless === this.state.chromeless) return;
149 this.setState({ chromeless });
150 this.explorer.sidebar(chromeless, !chromeless);
151 this.explorer.resize();
152 }
153
154 render() {
155 const className = util.classList(

Callers 1

showMethod · 0.80

Calls 2

sidebarMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected