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 PropertyOverrides.doNotHideOtherPropertiesOnDisplayOverride attribute totrue
.false
: property is made hidden.
The value can also be set using an ECExpression.
Defined in
Last Updated: 20 June, 2023