To-be-added widget and associated position

interface IDelayedWidget {
    area?: Area;
    options?: IOpenOptions;
    widget: Widget;
}

Hierarchy (view full)

Properties

Properties

area?: Area

Widget area

options?: IOpenOptions

Widget opening options

widget: Widget