Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyValue

A property-value pair.

Hierarchy

Index

Properties

Optional alternateNames

alternateNames: string[]

Optional description

description: string | InlineContent[] | BlockContent[]

Optional id

id: string

Optional identifiers

identifiers: (string | PropertyValue)[]

Optional images

images: (string | ImageObject)[]

Optional meta

meta: {}

Type declaration

  • [key: string]: any

Optional name

name: string

Optional propertyID

propertyID: string

type

type: "PropertyValue"

Optional url

url: string

value

value: string | number | boolean

Generated using TypeDoc