@univerjs/core v0.5.0-beta.1 • Docs
Interface: IOptionData
Whether to clear only the contents. Whether to clear only the format; note that clearing format also clears data validation rules.
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
contentsOnly? | boolean | 1. designates that only the content should be copied 2. Whether to clear only the contents. 3. worksheet Whether to clear the content. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:561 |
formatOnly? | boolean | 1. designates that only the format should be copied 2. Whether to clear only the format; note that clearing format also clears data validation rules. 3. worksheet Whether to clear the format. | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:552 |