MetadataItem

MetadataItem

new MetadataItem()

Source:

Represents a metadata item associated with Metadata

Members

isOpen :Boolean

Source:

Gets or sets a value indicating whether this metadata item is currently open. When an item is open, its child items (if any) are visible. This property is observable.

Type:
  • Boolean

items :Array.<MetadataItem>

Source:

Gets the list of metadata items contained in this group. This property is observable.

Type:

name :String

Source:

Gets or sets the name of the metadata item. This property is observable.

Type:
  • String

value :Object

Source:

Gets or sets the value of the metadata item.

Type:
  • Object

Methods

toggleOpen()

Source:

Toggles the MetadataItem#isOpen property. If this item's list of children is open, calling this method will close it. If the list is closed, calling this method will open it.