Interface WidgetOptions

The options for adding a widget to a side panel.

interface WidgetOptions {
    rank?: number;
}

Hierarchy (view full)

Properties

Properties

rank?: number

The rank order of the widget among its siblings.