interface WidgetResultBulkEditor {
    rows?: StringIndexedInterface[];
    widgetState: string;
}

Properties

Properties

widgetState: string