MCPcopy
hub / github.com/lektor/lektor / RecordPathInfoSegment

Interface RecordPathInfoSegment

frontend/js/header/BreadCrumbs.tsx:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { PageContext } from "../context/page-context";
9
10export interface RecordPathInfoSegment {
11 id: string;
12 path: RecordPath;
13 label: string;
14 label_i18n?: Record<string, string>;
15 exists: boolean;
16 can_have_children: boolean;
17}
18
19function Crumb({
20 alt,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected