Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MDCLineRippleAdapter

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

  • MDCLineRippleAdapter

Index

Methods

addClass

  • addClass(className: string): void

deregisterEventHandler

hasClass

  • hasClass(className: string): boolean

registerEventHandler

removeClass

  • removeClass(className: string): void

setStyle

  • setStyle(propertyName: string, value: string): void
  • Sets the style property with propertyName to value on the root element.

    Parameters

    • propertyName: string
    • value: string

    Returns void

Generated using TypeDoc