Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for generic renderer.

Hierarchy

  • IRenderer

Index

Properties

Properties

Readonly render

render: (container: HTMLElement, options?: any) => void

Type declaration

    • (container: HTMLElement, options?: any): void
    • Parameters

      • container: HTMLElement
      • Optional options: any

      Returns void

Readonly unrender

unrender: (container: HTMLElement) => void

Type declaration

    • (container: HTMLElement): void
    • Parameters

      • container: HTMLElement

      Returns void

Generated using TypeDoc