Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualElement

Hierarchy

  • VirtualElement

Index

Properties

attatched: any[]

attatched templates to VirtualElement who can be rendered

attr: Record<string, string>

attributes of the HTMLelement

children?: VirtualElement[]

children's of VirtualElement

localName: string

Tag du HTMLElement

reference: HTMLElement

reference du HTMLElement

Methods

  • attatch a template to the VirtualELement

    Parameters

    • template: any

    Returns VirtualElement

  • render(): void
  • Render all attatched template

    Returns void

Generated using TypeDoc