MCPcopy Index your code
hub / github.com/massCodeIO/massCode / SpaceDefinition

Interface SpaceDefinition

src/renderer/spaceDefinitions.ts:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14export type SpaceId = 'code' | 'tools' | 'math' | 'notes' | 'http' | 'drawings'
15
16export interface SpaceDefinition {
17 id: SpaceId
18 label: string
19 tooltip: string
20 icon: Component
21 to: RouteLocationRaw
22 isActive: (routeName: RouteRecordName | null | undefined) => boolean
23}
24
25function isRouteNameInSpace(
26 routeName: RouteRecordName | null | undefined,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected