UNPKG

@eclipse-scout/core

Version:
8 lines 241 B
import { WidgetModel } from '../index'; export interface UuidPoolModel extends WidgetModel { uuids?: string[]; size?: number; refillThreshold?: number; failOnStarvation?: boolean; } //# sourceMappingURL=UuidPoolModel.d.ts.map