Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/template-macos-solid
/ changeToolbar
Function
changeToolbar
src/state.tsx:4–6 ·
view source on GitHub ↗
(index: number)
Source
from the content-addressed store, hash-verified
2
3
export const [selectedView, setSelectedView] = createSignal(0);
4
export function changeToolbar(index: number) {
5
setSelectedView(index);
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected