isEffectivelyHidden
GetterReadOnly
Computed hidden status that walks the base class chain (not mixins).
Returns true if this class is hidden or any ancestor in the base class chain is hidden,
unless this class or an intermediate class explicitly breaks the chain with
HiddenClass(Show=true) (i.e. isHidden === false).
Mixins are intentionally excluded - a hidden mixin represents a hidden capability, not a hidden identity.
isEffectivelyHidden: boolean
Returns - boolean
Defined in
- ecschema-metadata/src/SchemaView.ts Line 544
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.