mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-27 20:36:33 -04:00
fix copy-paste error with messageKey in ClayItem description (#138)
This commit is contained in:
@@ -1008,7 +1008,7 @@ This is the main way of talking to your generated config page. An instance of th
|
||||
| Property | Type | Description |
|
||||
|----------|------|-------------|
|
||||
| `.id` | String | The ID of the item if provided in the config. |
|
||||
| `.messageKey` | String | The ID of the item if provided in the config. |
|
||||
| `.messageKey` | String | The messageKey of the item if provided in the config. |
|
||||
| `.config` | Object | Reference to the config passed to the constructer. |
|
||||
| `$element` | $Minified | A Minified list representing the root HTML element of the config item. |
|
||||
| `$manipulatorTarget` | $Minified | A Minified list representing the HTML element with **data-manipulator-target** set. This is generally pointing to the main `<input>` element and will be used for binding events. |
|
||||
|
||||
Reference in New Issue
Block a user