Options
All
  • Public
  • Public/Protected
  • All
Menu

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

  • MDCTabIndicatorAdapter

Index

Methods

addClass

  • addClass(className: string): void

computeContentClientRect

  • computeContentClientRect(): ClientRect

removeClass

  • removeClass(className: string): void
  • Removes the given className from the root element.

    Parameters

    • className: string

      The className to remove

    Returns void

setContentStyleProperty

  • setContentStyleProperty(propName: string, value: string): void
  • Sets a style property of the content element to the passed value

    Parameters

    • propName: string

      The style property name to set

    • value: string

      The style property value

    Returns void

Generated using TypeDoc