|
|
@@ -65,6 +65,16 @@ export default class CharacterGridView extends View {
|
|
|
* @param {String} data.name A name of the tile that caused the event (e.g. "greek small letter epsilon").
|
|
|
* @param {String} data.character A human-readable character displayed as label (e.g. "ε").
|
|
|
*/
|
|
|
+
|
|
|
+ /**
|
|
|
+ * Fired when a mouse or other pointing device caused the cursor to move onto any {@link #tiles grid tile}
|
|
|
+ * (similar to the native `mouseover` DOM event).
|
|
|
+ *
|
|
|
+ * @event tileHover
|
|
|
+ * @param {Object} data Additional information about the event.
|
|
|
+ * @param {String} data.name A name of the tile that caused the event (e.g. "greek small letter epsilon").
|
|
|
+ * @param {String} data.character A human-readable character displayed as label (e.g. "ε").
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
/**
|