interface WidgetPosition {
    column?: number;
    row?: number;
}

Properties

Properties

column?: number
row?: number