UNPKG

@eclipse-scout/core

Version:
7 lines 355 B
import { BusyIndicator, Event, PropertyChangeEvent, WidgetEventMap } from '../index'; export interface BusyIndicatorEventMap extends WidgetEventMap { 'cancel': Event<BusyIndicator>; 'propertyChange:details': PropertyChangeEvent<string>; 'propertyChange:label': PropertyChangeEvent<string>; } //# sourceMappingURL=BusyIndicatorEventMap.d.ts.map