DataExportOptions
내보내기에 관한 설정 모델
Signature:
export interface DataExportOptions extends ExportOptions
Extends: ExportOptions
Remarks
ExportOptions 를 상속한다.
[상위 클래스]
Properties
Property | Type | Description |
---|---|---|
exportFields | string[] | 내보내기 시 포함할 필드명들 |
hideFields | string[] | 내보내기 시 제외할 필드명들 |
includeFieldNames | boolean | fieldName 포함 여부 |
Properties Desc
exportFields
내보내기 시 포함할 필드명들
Type
- string[]
Remarks:
지정하지 않은 경우 모든 필드가 내보내기 된다.
hideFields 와 동시사용 불가능
hideFields
내보내기 시 제외할 필드명들
Type
- string[]
Remarks:
exportFields 와 동시사용 불가능
includeFieldNames
fieldName 포함 여부
Type
- boolean