Skip to content

mix

Import

import { mix } from 'c/bolt';

Usage

export default class myLwc extends mix(
[NavigationMixin],
[useSuspense],
[useFormValidation],
LightningElement
) {}

Methods

mix(…mixins, baseClass) : Constructor

NameTypeDescription
...mixins[Function, args]Tuple of the mixin with its arguments
baseClassConstructorAny base class. Can be LightningElement, BoltElement or a custom one