DialogsComponentRegistration class
시스템 등록 기능에서 대화 상자 구성 요소를 사용할 수 있도록 합니다.
- Extends
-
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에서 상속된