UNPKG

@eclipse-scout/core

Version:
8 lines 250 B
import { WidgetSupportOptions } from '../index'; export interface LoadingSupportOptions extends WidgetSupportOptions { /** * If not set: 250 ms */ loadingIndicatorDelay?: number; } //# sourceMappingURL=LoadingSupportOptions.d.ts.map