compressExcludedElementIds
compressExcludedElementIds: boolean | undefined
If true, excludedElements will be compressed into a single compact string; otherwise they will be expanded into an array of strings. The number of Ids may be quite large, so the compressed format is preferred, especially when communicating between the backend and frontend.
Defined in
- core/common/src/ElementProps.ts Line 371
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.