One enhanced root: its element, its imperative API, and its own teardown.

interface EnhancerInstance<Api = null> {
    api: Api;
    destroy: Disposer;
    root: HTMLElement;
}

Type Parameters

  • Api = null

Properties

Properties

api: Api
destroy: Disposer
root: HTMLElement