@eclipse-scout/core
Version:
Eclipse Scout runtime
7 lines • 355 B
TypeScript
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