Context
Global context of the application which includes runtime integration context.
export interface Context {
$bldr: BuilderIntegrationContext;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
$bldr | Required | BuilderIntegrationContext |
Global context of the application which includes runtime integration context.
export interface Context {
$bldr: BuilderIntegrationContext;
}| Name | Required | Type | Description |
|---|---|---|---|
$bldr | Required | BuilderIntegrationContext |