Classes
Builder
Builder
Summary
Constructors
Constructors
Properties
knownCollections
Static
knownMultiTemplates
Static
knownTemplates
Static
UI plugin developers can add to these to define their own custom types if needed
Methods
createViewFromEntry
Static
createViewFromEntry(entry: NavigationEntry): View
load
Static
load(moduleName: string, exports?: any): View
Loads component from module with context
Parameter | Default | Description |
moduleName |
| string the module name |
exports |
| any the context of the component to be loaded |
Returns View
load(options: LoadOptions): View
parseMultipleTemplates
Static
parseMultipleTemplates(value: string, exports?: any): KeyedTemplate[]
Creates an array of KeyedTemplates from string
Parameter | Default | Description |
value |
| string The xml of the template to be parsed |
exports |
| any Current context of the template |
Returns KeyedTemplate[]