Skip to content

PropertyMap

PropertyMap = Record<string, undefined | string | string[] | boolean | number | null | Record<string, unknown> | any>

Defined in: runtime/property.ts:14

There are two forms of property values (as opposed to their definition):

  • Regular “Properties” which are just a handy was to access the raw value. This is the “category.properties.title” = “string” relationship.
  • “Property Values” where “category.properties.title” is an object with additional metadata; the raw type, fully expanded options and so forth.