ViewFlagsProperties Type alias
A type containing all of the properties of ViewFlags with none of the methods and with the readonly
modifiers removed.
see ViewFlags.create, ViewFlags.copy, and ViewFlags.override for methods accepting an object of this type.
extensions
ViewFlagsProperties = Mutable<NonFunctionPropertiesOf<ViewFlags>>
Defined in
- core/common/src/ViewFlags.ts Line 552
Last Updated: 20 June, 2023