ValidationError
검증 결과 관련 설정 정보 모델
Signature:
export interface ValidationError
Remarks
GridBase.onValidateColumn, GridBase.onValidateRow, GridBase.onValidationFail 에서 사용된다.
Properties
Property | Type | Description |
---|---|---|
level | ValidationLevel | 데이터 검증 결과 수준 |
message | string | 표시할 메세지 내용 |
Properties Desc
level
데이터 검증 결과 수준
Type
- ValidationLevel
message
표시할 메세지 내용
Type
- string