Constructors
constructor
- new MDCAttachable<F>(root: Element, foundation?: F, ...args: Array<unknown>): MDCComponent<F>
-
Type parameters
Parameters
-
root: Element
-
Optional foundation: F
-
Rest ...args: Array<unknown>
Returns MDCComponent<F>
Methods
attachTo
- attachTo<F>(root: Element): MDCComponent<F>
-
Type parameters
Parameters
Returns MDCComponent<F>