PropertyStore.PropertyArray Type Alias
PropertyStore.PropertyArray = { name: PropertyStore.PropertyName, value: PropertyStore.PropertyType }[]
An array of PropertyName/PropertyType pairs to be stored in a PropertyStore.
Defined in
- backend/src/PropertyStore.ts Line 23
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.