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.
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”TTypes
Section titled “TTypes”TTypes extends AppBuilderTypes = AppBuilderTypes
Properties
Section titled “Properties”events
Section titled “events”
readonlyevents:Record<string,EventBuilder>
Defined in: builder/app.ts:117
readonlykey:string
Defined in: builder/app.ts:118
readonlyprn:string
Defined in: builder/app.ts:119
readonlyroles:Record<string,AppRoleBuilder>
Defined in: builder/app.ts:120
searches
Section titled “searches”
readonlysearches:Record<string,SearchIndexBuilder<TTypes>>
Defined in: builder/app.ts:121
templates
Section titled “templates”
readonlytemplates:Record<string,TemplateBuilder>
Defined in: builder/app.ts:122
unions
Section titled “unions”
readonlyunions:Record<string,UnionBuilder>
Defined in: builder/app.ts:123