Functions
Const WaferMixin
- WaferMixin<T>(superclass: T): { get observedAttributes(): string[]; get props(): Object; get template(): string; prototype: any } & T
-
Type parameters
-
T: new (...args: any[]) => any
Parameters
Returns { get observedAttributes(): string[]; get props(): Object; get template(): string; prototype: any } & T
Mixin providing common functionality for controlling prop/attr relationships and dynamic updates