Skip to content

Type Alias: ExecutionContextLike

ExecutionContextLike = ReturnType<typeof getExecutionContext>

The AppKit per-request execution context returned by getExecutionContext()

  • the OBO-scoped workspace client plus the surrounding request metadata. Derived from AppKit’s own return type so it tracks the installed version, and re-exported here so add-on packages can type a context parameter without each re-deriving the same ReturnType<typeof getExecutionContext> inline.