isDisplayed
isDisplayed: string | boolean
This attribute controls whether the particular property is present in the result, even when it is marked as hidden in the ECSchema. The allowed settings are:
Omitted or
undefined: property visibility is controlled by the ECSchema.true: property is made visible. Warning: this will automatically hide all other properties of the same class. If this behavior is not desirable, set doNotHideOtherPropertiesOnDisplayOverride attribute totrue.false: property is made hidden.
The value can also be set using an ECExpression.
Defined in
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.