cleaker
    Preparing search index...

    Interface ParsedTarget

    interface ParsedTarget {
        intent: { mode: SelectorMode; path: string; selector: string };
        namespace: {
            constant: string;
            context: MeTargetContextSet;
            contextRaw: string | null;
            fqdn: string;
            prefix: NamespacePrefix;
            segments: string[];
        };
        operation: string;
        path: string;
        raw: string;
        scheme: "me";
    }
    Index

    Properties

    intent: { mode: SelectorMode; path: string; selector: string }
    namespace: {
        constant: string;
        context: MeTargetContextSet;
        contextRaw: string | null;
        fqdn: string;
        prefix: NamespacePrefix;
        segments: string[];
    }
    operation: string
    path: string
    raw: string
    scheme: "me"