Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentLifecycleManager

Hierarchy

  • ComponentLifecycleManager

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

args

args: unknown[]

cls

cls: object

Type declaration

mounted

mounted: Map<HTMLElement, Component> = new Map()

name

name: string

Methods

dispose

  • dispose(): void

isMounted

  • isMounted(el: HTMLElement): boolean

update

  • update(): void