this.me
    Preparing search index...

    Interface MeTargetAst

    interface MeTargetAst {
        scheme: "me";
        namespace: string;
        operation: string;
        path: string;
        raw?: string;
        contextRaw?: string | null;
    }
    Index

    Properties

    scheme: "me"
    namespace: string
    operation: string
    path: string
    raw?: string
    contextRaw?: string | null

    Optional raw context segment preserved for higher layers such as cleaker and monad.ai. The .me kernel does not interpret transport context.