- Preparing search index...
- The search index is not available
twobirds-core
Constructors
constructor
- new UBE(tagName: string, definitionClass: (new (...args: any[]) => any), observedAttributes?: String[], userDefinedBuiltinObject?: string): UBE
-
Parameters
-
tagName: string
-
definitionClass: (new (...args: any[]) => any)
-
- new (...args: any[]): any
-
Returns any
-
observedAttributes: String[] = []
-
userDefinedBuiltinObject: string = 'x'
Returns UBE
Methods
Static get
- get(tagName?: string): void | Set<any> | (new (...args: any[]) => any)
-
Returns void | Set<any> | (new (...args: any[]) => any)