UNPKG

@eclipse-scout/core

Version:
10 lines 357 B
import { SmartFieldModel } from '../../../index'; export interface ProposalFieldModel extends SmartFieldModel<string> { /** * true if leading and trailing whitespace should be stripped from the entered text while validating the value. * * Default is true. */ trimText?: boolean; } //# sourceMappingURL=ProposalFieldModel.d.ts.map