Interface WidgetData<T>

Interaction data that contains a widget.

interface WidgetData {
    widget: undefined | T;
}

Type Parameters

  • T

    The type of the widget.

Hierarchy

Implemented by

Properties

Properties

widget: undefined | T

The widget used during the interaction.

Generated using TypeDoc