@tikoci/centrs
    Preparing search index...

    Interface InspectChildItem

    A row from request=child: a menu/argument node under a path.

    interface InspectChildItem {
        name?: string;
        "node-type"?: string;
        type?: string;
    }
    Index

    Properties

    name?: string
    "node-type"?: string
    type?: string