MCPcopy Create free account
hub / github.com/2fd/graphdoc / NavigationItemInterface

Interface NavigationItemInterface

lib/interface.d.ts:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132export interface NavigationItemInterface {
133 href: string;
134 text: string;
135 isActive: boolean;
136}
137
138export interface DocumentSectionInterface {
139 title: string;

Callers

nothing calls this directly

Implementers 1

NavigationItemlib/utility/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected