Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MDCRippleAdapter

Defines the shape of the adapter expected by the foundation. Implement this adapter for your framework of choice to delegate updates to the component in your framework of choice. See architecture documentation for more details. https://github.com/material-components/material-components-web/blob/master/docs/code/architecture.md

Hierarchy

  • MDCRippleAdapter

Index

Methods

addClass

  • addClass(className: string): void

browserSupportsCssVars

  • browserSupportsCssVars(): boolean

computeBoundingRect

  • computeBoundingRect(): ClientRect

containsEventTarget

  • containsEventTarget(target: EventTarget | null): boolean

deregisterDocumentInteractionHandler

deregisterInteractionHandler

deregisterResizeHandler

getWindowPageOffset

isSurfaceActive

  • isSurfaceActive(): boolean

isSurfaceDisabled

  • isSurfaceDisabled(): boolean

isUnbounded

  • isUnbounded(): boolean

registerDocumentInteractionHandler

registerInteractionHandler

registerResizeHandler

removeClass

  • removeClass(className: string): void

updateCssVariable

  • updateCssVariable(varName: string, value: string | null): void

Generated using TypeDoc