StateTexts
상태바에 표시될 상태 텍스트들 종류
Signature:
export interface StateTexts
Properties
Property | Type | Description |
---|---|---|
createAndDeleted | string | 행이 생성 후 삭제됨 |
created | string | 행이 생성됨 |
deleted | string | 행이 삭제됨 |
none | string | 아무것도 아님 |
updated | string | 행이 업데이트 됨 |
Properties Desc
createAndDeleted
행이 생성 후 삭제됨
Type
- string
created
행이 생성됨
Type
- string
deleted
행이 삭제됨
Type
- string
none
아무것도 아님
Type
- string
updated
행이 업데이트 됨
Type
- string