NonFunctionPropertiesOf<T> Type
NonFunctionPropertiesOf = Pick<T, NonFunctionPropertyNamesOf<T>>
Produces a type consisting of all of the public properties of T
except for those of type function
.
@see NonFunctionPropertyNamesOf for potential pitfalls when used in conjunction with the object spread operator.
Defined in
- core/bentley/src/UtilityTypes.ts Line 82
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.