ServerValidationResult
Used for Server Validation ie. after an edit in AG Grid which must be checked on Server
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| messageType | Type of Message to Display | Info |
| newCellValue | Cell Value to use for after Server Validation | |
| validationHeader | Header to diplay with validation | 'Server Validation Message', |
| validationMessage | Message to diplay with validation |
Property Details
messageType
Type of Message to Display
TypeScript
messageType?: AdaptableMessageType;Default Value
Info
Property Value
newCellValue
Cell Value to use for after Server Validation
TypeScript
newCellValue?: any;Property Value
any
validationHeader
Header to diplay with validation
TypeScript
validationHeader?: string;Default Value
'Server Validation Message',
Property Value
string
validationMessage
Message to diplay with validation
TypeScript
validationMessage?: string;Property Value
string