DialogsComponentRegistration class

使对话框组件可用于系统注册功能。

扩展

ComponentRegistration

构造函数

DialogsComponentRegistration()

创建 DialogsComponentRegistration 类的实例。

继承属性

components

方法

getMemoryScopes()

获取对话内存范围。

getPathResolvers()

获取对话路径解析程序。

继承的方法

add(ComponentRegistration)

添加组件,每个类型只允许一个实例用于组件。

构造函数详细信息

DialogsComponentRegistration()

创建 DialogsComponentRegistration 类的实例。

new DialogsComponentRegistration()

继承属性详细信息

components

static components: ComponentRegistration[]

属性值

ComponentRegistration[]

继承自 ComponentRegistration.components

方法详细信息

getMemoryScopes()

获取对话内存范围。

function getMemoryScopes(): MemoryScope[]

返回

MemoryScope的列表。

getPathResolvers()

获取对话路径解析程序。

function getPathResolvers(): PathResolver[]

返回

PathResolver的列表。

继承的方法详细信息

add(ComponentRegistration)

添加组件,每个类型只允许一个实例用于组件。

static function add(componentRegistration: ComponentRegistration)

参数

componentRegistration

ComponentRegistration

要注册的组件。

继承自 ComponentRegistration.add