IGPAPI
    Preparing search index...

    Interface RequestContext

    interface RequestContext {
        endpointKind?: RequestEndpointKind;
        features?: Partial<Record<RequestFeature, boolean>>;
        identity: RequestIdentity;
        navChain?: readonly string[];
        surface: RequestSurface;
        waterfallId?: string;
    }
    Index

    Properties

    endpointKind?: RequestEndpointKind
    features?: Partial<Record<RequestFeature, boolean>>
    identity: RequestIdentity
    navChain?: readonly string[]
    waterfallId?: string