Interface EltRef<T>

For supporting Angular ElementReference without any dependency to Angular.

interface EltRef {
    nativeElement: T;
}

Type Parameters

  • T

Properties

Properties

nativeElement: T

The native element that refers to the widget.

Generated using TypeDoc