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

Interface NavigationSectionInterface

lib/interface.d.ts:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127export interface NavigationSectionInterface {
128 title: string;
129 items: NavigationItemInterface[];
130}
131
132export interface NavigationItemInterface {
133 href: string;

Callers

nothing calls this directly

Implementers 1

NavigationSectionlib/utility/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected