다음을 통해 공유


DialogsComponentRegistration class

시스템 등록 기능에서 대화 상자 구성 요소를 사용할 수 있도록 합니다.

Extends

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에서 상속된