This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
Ripple: Add new DocumentInteractionHandler APIs #513
Labels
new-mdc-feature
Feature incorporated from material-components-web
Milestone
Change as per
material-components-web
v0.28.0reference: material-components/material-components-web@e9f02ed
Listen for up events at document level.
registerDocumentInteractionHandler
andderegisterDocumentInteractionHandler
APIs have been added to the ripple adapter.registerDocumentInteractionHandler(evtType: string, handler: EventListener) => void
deregisterDocumentInteractionHandler(evtType: string, handler: EventListener) => void
Resolves issue #440
The text was updated successfully, but these errors were encountered: