ISPO SDK
    Preparing search index...

    Interface HostSpecSectionSummary

    Markdown

    Canonical, path-relative identity for one host-owned spec source.

    interface HostSpecSectionSummary {
        id: string;
        parent?: string;
        sourcePath: string;
        title: string;
    }
    Index
    id: string
    parent?: string
    sourcePath: string
    title: string