geoview-core - v2.2.0
    Preparing search index...

    Interface TypeGuideObject

    Represents a hierarchical guide content structure.

    Each key is a heading identifier mapping to an object containing the heading text, content body, and optional nested children.

    Indexable

    • [heading: string]: { children?: TypeGuideObject; content: string; heading: string }
      • Optionalchildren?: TypeGuideObject

        Optional nested child guide sections.

      • content: string

        The HTML or Markdown content body for this guide section.

      • heading: string

        The display heading text for this guide section.