Class: DataObject

DataObject()

new DataObject()

Represents the base class that all objects that form the data for a selection must inherit from.
Source:

Classes

DataObject

Members

(readonly) id

Returns the id.
Source:

Methods

attr(key, value)

Sets the value corresponding to supplied key.
Parameters:
Name Type Description
key string The property name.
value any Value associated with prop.
Source:

remove()

Clean up code to be executed by each object.
Source: