override Method
Produce a copy of these ViewFlags, overriding some of its properties. Any properties not explicitly specified by overrides will retain their current values,
as will any property explicitly set to undefined.
override(overrides: Partial<ViewFlagsProperties>): ViewFlags
@see copy to have undefined properties reset to their default values.
| Parameter | Type | Description |
|---|---|---|
| overrides | Partial<ViewFlagsProperties> | The properties to override. |
Returns - ViewFlags
Defined in
- core/common/src/ViewFlags.ts Line 274
Last Updated: 02 June, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.