ryo-ma
commited on
Commit
·
9815244
1
Parent(s):
eee9765
Fix - readme (#63)
Browse files
readme.md
CHANGED
@@ -170,7 +170,7 @@ const driver = new Driver({
|
|
170 |
onHighlightStarted: (Element) {}, // Called when element is about to be highlighted
|
171 |
onHighlighted: (Element) {}, // Called when element is fully highlighted
|
172 |
onDeselected: (Element) {}, // Called when element has been deselected
|
173 |
-
onReset: () {}, // Called when
|
174 |
});
|
175 |
```
|
176 |
Note that all the button options that you provide in the driver definition can be overridden for a specific step by giving them in the step definition
|
|
|
170 |
onHighlightStarted: (Element) {}, // Called when element is about to be highlighted
|
171 |
onHighlighted: (Element) {}, // Called when element is fully highlighted
|
172 |
onDeselected: (Element) {}, // Called when element has been deselected
|
173 |
+
onReset: () {}, // Called when overlay is about to be cleared
|
174 |
});
|
175 |
```
|
176 |
Note that all the button options that you provide in the driver definition can be overridden for a specific step by giving them in the step definition
|