Base type
- Last UpdatedMar 13, 2024
- 1 minute read
When creating a new type, you can reference an existing type to base it upon—a base type. Types that reference a base type inherit any properties included in the base type. These inherited properties are read only and cannot be changed.
Base types enable type reusability. For example, if there is a common index and value property for a group of types that may have additional properties, a base type can be created with those common properties.