new DataObject()
Represents the base class that all objects that form
the data for a selection must inherit from.
Classes
Members
(readonly) id
Returns the id.
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. |
remove()
Clean up code to be executed by each object.