@eclipse-scout/core
Version:
Eclipse Scout runtime
12 lines • 381 B
TypeScript
import { Predicate } from '../index';
export declare class RemoteEvent {
target: string;
type: string;
showBusyIndicator?: boolean;
coalesce?: Predicate<RemoteEvent>;
newRequest?: boolean;
properties?: Record<string, any>;
[property: string]: any;
constructor(target: string, type: string, data?: object);
}
//# sourceMappingURL=RemoteEvent.d.ts.map