information about the object whose attributes are shown.
the path to the EDB on the server. This path is needed when additional resources (like images or videos) need to be loaded.
Optional
onfinish: AttributeOnLoadfunction to be called when asynchronous loading of additional resources is finished. This function typically adjusts the placement of the attribute window in case space is not sufficient for the asynchronously retrieved resource.
an array of table rows that will be included in the attribute table.
Also see PluginAPI.AddExtraAttributeHandler and PluginAPI.RemoveExtraAttributeHandler as well as AttributeHandler.
To support sorting the table row entries alphabetically
(see Config.sortAttributes), the handler
should add a property "data-sort-key"
to the returned table rows
(the <tr> tag); this property holds the sort key in lowercase
letters. Rows with the same key keep their relative order.
Handler that is called after all attributes have been processed. It might add further rows to the table or buttons to the action toolbar in the balloon window.