Type Alias WidgetConstructor<T>

WidgetConstructor<T>: (new (...args: any[]) => T)

A generic Widget constructor. Useful for using Widget factories as parameters.

Type Parameters