The context object passed to documentOverrides functions.

interface DocumentContext {
    ctx: RequestContext;
}

Properties

Properties

ctx: RequestContext

The RequestContext object.