Skip to content

DependencyAppBuilder

Defined in: builder/app.ts:116

This is the AppBuilder you will see when importing an app as a Dependency. It is the base of the broader “AppBuilder” below and this is a subset of the AppBuilder. It has all the interesting entities, but not operations like addDependency ans so forth.

TTypes extends AppBuilderTypes = AppBuilderTypes

readonly events: Record<string, EventBuilder>

Defined in: builder/app.ts:117


readonly key: string

Defined in: builder/app.ts:118


readonly prn: string

Defined in: builder/app.ts:119


readonly roles: Record<string, AppRoleBuilder>

Defined in: builder/app.ts:120


readonly searches: Record<string, SearchIndexBuilder<TTypes>>

Defined in: builder/app.ts:121


readonly templates: Record<string, TemplateBuilder>

Defined in: builder/app.ts:122


readonly unions: Record<string, UnionBuilder>

Defined in: builder/app.ts:123