Minor updates to Doctests.
This commit is contained in:
Vendored
+15
@@ -2974,6 +2974,20 @@
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
|
||||
/** This interface allows scatters to delegate tap events to other objects. */
|
||||
class ITapDelegate extends Interface {
|
||||
|
||||
/** This method must be defined by the delegate. It handles the tap event. */
|
||||
tap(event) {
|
||||
|
||||
}
|
||||
|
||||
/** Tells the delegate that it should handle standard click events. */
|
||||
handleClicks() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A base class for scatter specific events.
|
||||
*
|
||||
@@ -7737,6 +7751,7 @@
|
||||
window.IApp = IApp;
|
||||
window.IInteractionMapperTarget = IInteractionMapperTarget;
|
||||
window.IInteractionTarget = IInteractionTarget;
|
||||
window.ITapDelegate = ITapDelegate;
|
||||
window.Index = Index;
|
||||
window.Inspect = Inspect;
|
||||
window.Interaction = Interaction;
|
||||
|
||||
Reference in New Issue
Block a user