this.gui
    Preparing search index...

    Type Alias NamespaceProviderBoot

    type NamespaceProviderBoot = {
        apiOrigin?: string;
        endpoints: NamespaceProviderEndpoints;
        kind: "namespace-provider";
        namespace: string;
        origin?: string;
        resolverDisplayName?: string;
        resolverHostName?: string;
        route: string;
        surfaceEntry?: Record<string, any> | null;
        version: 1;
    }
    Index

    Properties

    apiOrigin?: string
    kind: "namespace-provider"
    namespace: string
    origin?: string
    resolverDisplayName?: string
    resolverHostName?: string
    route: string
    surfaceEntry?: Record<string, any> | null
    version: 1