Properties:
Name | Type | Description |
---|---|---|
id |
string | |
name |
string | |
type |
string | ("string" | "number" | "boolean") |
value |
object | Should be the same type as defined in the `type` property. |
Events
-
$update
-
Fires when this instance has been updated.
Parameters:
Name Type Description self
this A self-reference -
$delete
-
Fires when this instance has been deleted. After this event has fired, all listeners will be removed.