DisplayStyleLoadProps Interface
Options controlling which properties are included or excluded when querying DisplayStyleProps.
@see ViewStateLoadProps and ElementLoadOptions.
Properties
Name | Type | Description | |
---|---|---|---|
compressExcludedElementIds | boolean | undefined | If true, excludedElements will be compressed into a single compact string; otherwise they will be expanded into an array of strings. | |
omitScheduleScriptElementIds | boolean | undefined | If true, the lists of element Ids in the display style's schedule script will be empty. |
Defined in
- core/common/src/ElementProps.ts Line 363
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.