An interface for a widget extension.

interface IWidgetExtension<T, U> {
    createNew(widget, context): void | IDisposable;
}

Type Parameters

Methods

Methods