VersionedJSON<T> Interface
Wrapper for versioned JSON data.
Properties
Name | Type | Description | |
---|---|---|---|
data | T | The JSON data. | |
version | The semver version of the JSON data. |
Defined in
- core/common/src/ElementProps.ts Line 664
Last Updated: 07 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.