@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 357 B
TypeScript
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