DialogsComponentRegistration class

Makes dialogs component available to the system registering functionality.

Extends

ComponentRegistration

Constructors

DialogsComponentRegistration()

Creates an instance of the DialogsComponentRegistration class.

Inherited Properties

components

Methods

getMemoryScopes()

Gets the dialogs memory scopes.

getPathResolvers()

Gets the dialogs path resolvers.

Inherited Methods

add(ComponentRegistration)

Add a component, only one instance per type is allowed for components.

Constructor Details

DialogsComponentRegistration()

Creates an instance of the DialogsComponentRegistration class.

new DialogsComponentRegistration()

Inherited Property Details

components

static components: ComponentRegistration[]

Property Value

ComponentRegistration[]

Inherited From ComponentRegistration.components

Method Details

getMemoryScopes()

Gets the dialogs memory scopes.

function getMemoryScopes(): MemoryScope[]

Returns

A list of MemoryScope.

getPathResolvers()

Gets the dialogs path resolvers.

function getPathResolvers(): PathResolver[]

Returns

A list of PathResolver.

Inherited Method Details

add(ComponentRegistration)

Add a component, only one instance per type is allowed for components.

static function add(componentRegistration: ComponentRegistration)

Parameters

componentRegistration

ComponentRegistration

The component to be registered.

Inherited From ComponentRegistration.add