UNPKG

@eclipse-scout/core

Version:
14 lines 389 B
import { SmartField, StatusOrModel, WidgetModel } from '../../../index'; export interface ProposalChooserModel<TValue> extends WidgetModel { smartField?: SmartField<TValue>; status?: StatusOrModel; /** * Default is true. */ statusVisible?: boolean; /** * Default is false. */ touch?: boolean; } //# sourceMappingURL=ProposalChooserModel.d.ts.map