Options
All
  • Public
  • Public/Protected
  • All
Menu

Module WaferMixin

Index

Functions

Functions

Const WaferMixin

  • WaferMixin<T>(superclass: T): { get observedAttributes(): string[]; get props(): Object; get template(): string; prototype: any } & T
  • Mixin providing common functionality for controlling prop/attr relationships and dynamic updates

    Type parameters

    • T: new (...args: any[]) => any

    Parameters

    • superclass: T

      The class to extend

    Returns { get observedAttributes(): string[]; get props(): Object; get template(): string; prototype: any } & T

Generated using TypeDoc