ServerValidationResult

Used for Server Validation ie. after an edit in AG Grid which must be checked on Server

TypeScript
export interface

Properties

PropertyDescriptionDefault
messageTypeType of Message to DisplayInfo
newCellValueCell Value to use for after Server Validation
validationHeaderHeader to diplay with validation'Server Validation Message',
validationMessageMessage to diplay with validation

Property Details

messageType

Type of Message to Display

TypeScript
messageType?: AdaptableMessageType;
Default Value

Info

Property Value

AdaptableMessageType

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