PropertyCallback Type alias
Beta
A callback function to process properties of an Entity
PropertyCallback = (name: string, meta: PropertyMetaData) => void
Defined in
- core/common/src/EntityProps.ts Line 62
Last Updated: 13 June, 2024
Woah! This page has a great deal of content... Give us a second to load it.
A callback function to process properties of an Entity
PropertyCallback = (name: string, meta: PropertyMetaData) => void
Last Updated: 13 June, 2024