ContextProvider
@forge/monorepo / backend/src / ContextProvider
Interface: ContextProvider
Defined in: backend/src/context/index.ts:48
Properties
id
readonlyid:string
Defined in: backend/src/context/index.ts:49
Methods
provide()
provide(
context):Promise<readonlyContextSection[]>
Defined in: backend/src/context/index.ts:50
Parameters
context
Returns
Promise<readonly ContextSection[]>