Class ComponentLifecycleManager
Hierarchy
-
ComponentLifecycleManager
Constructors
constructor
-
Parameters
-
name: string
-
cls: object
-
Rest args: unknown[]
Properties
mounted
mounted
: Map<HTMLElement, Component> = new Map()
Methods
isMounted
- isMounted(el: HTMLElement): boolean
-
Parameters
Returns boolean