Skip to content

RoyInterface / Exports / component/RoyComponent / RoyCompClassMgr

Class: RoyCompClassMgr

component/RoyComponent.RoyCompClassMgr

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new RoyCompClassMgr(): RoyCompClassMgr

Returns

RoyCompClassMgr

Properties

compTypeMap

Static compTypeMap: Object = {}

Index signature

▪ [key: string]: RoyComponentConstructorInfo[]

Methods

registerCompType

registerCompType(classIns, aliasInfo?): void

Parameters

NameType
classInsRoyComponentConstructor
aliasInfo?RoyComponentAliasInfo

Returns

void


registerCompTypeWithAlias

registerCompTypeWithAlias(classIns, aliasInfo): void

Parameters

NameType
classInsRoyComponentConstructor
aliasInfoRoyComponentAliasInfo

Returns

void