mix
Import
Section titled “Import” import { mix } from 'c/boltage';export default class myLwc extends mix( [NavigationMixin], [useSuspense], [useFormValidation], LightningElement) {}Methods
Section titled “Methods”mix(…mixins, baseClass) : Constructor
Section titled “mix(…mixins, baseClass) : Constructor”| Name | Type | Description |
|---|---|---|
...mixins | [Function, args] | Tuple of the mixin with its arguments |
baseClass | Constructor | Any base class. Can be LightningElement, BoltElement or a custom one |