DialogsComponentRegistration class
使对话框组件可用于系统注册功能。
- 扩展
-
ComponentRegistration
构造函数
Dialogs |
创建 DialogsComponentRegistration 类的实例。 |
继承属性
components |
方法
get |
获取对话内存范围。 |
get |
获取对话路径解析程序。 |
继承的方法
add(Component |
添加组件,每个类型只允许一个实例用于组件。 |
构造函数详细信息
DialogsComponentRegistration()
创建 DialogsComponentRegistration 类的实例。
new DialogsComponentRegistration()
继承属性详细信息
components
static components: ComponentRegistration[]
属性值
ComponentRegistration[]
继承自 ComponentRegistration.components
方法详细信息
getMemoryScopes()
getPathResolvers()
继承的方法详细信息
add(ComponentRegistration)
添加组件,每个类型只允许一个实例用于组件。
static function add(componentRegistration: ComponentRegistration)
参数
- componentRegistration
-
ComponentRegistration
要注册的组件。
继承自 ComponentRegistration.add