IGPAPI
    Preparing search index...

    Interface RequestContext

    interface RequestContext {
        identity: RequestIdentity;
        navChain?: readonly string[];
        surface: RequestSurface;
        waterfallId?: string;
    }
    Index

    Properties

    identity: RequestIdentity
    navChain?: readonly string[]
    waterfallId?: string