Interface ILayoutRestorer

A static class that restores the widgets of the application when it reloads.

Hierarchy

Properties

Methods

Properties

restored: Promise<void>

A promise resolved when the layout restorer is ready to receive signals.

Methods

  • Add a widget to be tracked by the layout restorer.

    Parameters

    Returns void

  • Restore the widgets of a particular widget tracker.

    Type Parameters

    Parameters

    Returns Promise<any>

Generated using TypeDoc