Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Widget

Widget is the user land api of custom Renderable objects that provide desired functionality.

It has two lifecycle methods that are recognized by View.

Hierarchy

Implemented by

Index

Methods

removed

  • removed(): void
  • removed is only called after the View has been invalidated.

    That means it is NOT called if the Widget is removed from the DOM in some other way.

    Returns void

render

rendered

  • rendered(): void
  • rendered is called after the Widget has been added to a DOM tree.

    Returns void

Generated using TypeDoc