EditValidationCollection
EditValidation 의 콜렉션 모델
Signature:
export interface EditValidationCollection
Remarks
column의 validations 를 반환할 때 이 오브젝트를 반환한다.
Properties
Property | Type | Description |
---|---|---|
count | number | 검증 조건 모델들의 갯수 |
items | EditValidation[] | 검증 조건 모델의 배열 |
Properties Desc
count
검증 조건 모델들의 갯수
Type
- number
items
검증 조건 모델의 배열
Type
- EditValidation[]