ObjectAttribute: { name: string; values: string[] }

List of attributes of an EDB object. Each attribute is given by its name and an array with its values.

Type declaration

  • name: string

    Name of the attribute

  • values: string[]

    List of values of the attribute with the given name.