@tikoci/centrs
    Preparing search index...

    Interface ExplainMenuReading

    A resolved menu. Navigation names a menu and nothing else, so there is no verb — not an absent one.

    interface ExplainMenuReading {
        arguments?: undefined;
        command: { path: string };
        kind: "menu";
        resolution: "resolved";
        transport?: undefined;
        unresolved?: undefined;
    }
    Index

    Properties

    arguments?: undefined

    Navigation names a menu and nothing else — there is no argument list.

    command: { path: string }
    kind: "menu"
    resolution: "resolved"
    transport?: undefined

    A menu is navigation, not a transportable command.

    unresolved?: undefined