ExtractorOnExtractedContext
Context passed to onExtracted — the interceptor that runs after a slug’s value resolves.
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
Properties
Section titled “Properties”agentId
Section titled “agentId”agentId: string;Inherited from
Section titled “Inherited from”ExtractorRuntimeContext.agentId
current
Section titled “current”current: T;extractor
Section titled “extractor”extractor: Extractor<T>;previous?
Section titled “previous?”optional previous?: T;sessionId
Section titled “sessionId”sessionId: string;Inherited from
Section titled “Inherited from”ExtractorRuntimeContext.sessionId
userId?
Section titled “userId?”optional userId?: string;