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

Last Updated: 27 May, 2026