diff --git a/docs/interactionmanager.html b/docs/interactionmanager.html
index 50c531fabdd..6e592e92fd2 100644
--- a/docs/interactionmanager.html
+++ b/docs/interactionmanager.html
@@ -10,7 +10,19 @@ completion:
// later, on animation completion:
InteractionManager.clearInteractionHandle(handle);
Methods #
static runAfterInteractions(callback: Function) #
Schedule a function to run after all interactions have completed.
static createInteractionHandle() #
Notify manager that an interaction has started.
static clearInteractionHandle(handle: Handle) #
Notify manager that an interaction has completed.
Properties #
addListener: CallExpression #