Sign up (with export icon)

ElementApiMixinConstructor

Api-typedef icontypedef

Constructor returned by ElementApiMixin. Use it to name a mixin base class before extending it.

const MyElementApiBase: ElementApiMixinConstructor<typeof BaseClass> = ElementApiMixin( BaseClass );

class MyElementApi extends MyElementApiBase {}
Copy code

Type parameters

Value

Mixed<Base, ElementApi>