Saxonberg Server API
    Preparing search index...

    Top-level examinable detail entry, alias-grouped — multiple keys pointing at the same Detail object render as one entry whose ids array carries every alias. hasChildren is a hint that nested details exist behind a drill-down query (the wire representation surfaces it; clients decide whether to fetch).

    The description field projects the Detail's vision slot for wire back-compat with the inspection-pane subscription substrate (the v1 wire shape stays single-channel; non-vision slots are server-side state only). An entry with no vision slot populated surfaces here with an empty description string.

    interface DetailEntry {
        description: string;
        hasChildren: boolean;
        ids: string[];
    }
    Index

    Properties

    description: string
    hasChildren: boolean
    ids: string[]