Alokai

Context

Global context of the application which includes runtime integration context.

export interface Context {
	$bldr: BuilderIntegrationContext;
}

Properties

NameRequiredTypeDescription
$bldrRequiredBuilderIntegrationContext

Referenced Types

On this page