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

Method sidebar

packages/sanddance-explorer/src/explorer.tsx:857–859  ·  view source on GitHub ↗
(sidebarClosed: boolean, sidebarPinned: boolean)

Source from the content-addressed store, hash-verified

855 }
856
857 public sidebar(sidebarClosed: boolean, sidebarPinned: boolean) {
858 this.setState({ sidebarClosed, sidebarPinned });
859 }
860
861 public resize() {
862 this.setState({ calculating: () => this._resize() });

Callers 1

setChromelessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected