jsonProperties
jsonProperties: string | undefined
A place where additional JSON properties can be stored. For example, provenance information or properties relating to the synchronization process.
@note Warning: in a future major release, the type of jsonProperties
will be changed to object, and itwin.js will automatically stringify it when writing to the iModel.
This will be a breaking change, since application code will have to change from supplying a string to supplying an object.
Defined in
- core/backend/src/ElementAspect.ts Line 168
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.