Hierarchy

  • CustomisationController

Implements

Constructors

Properties

_breadcrumbStack: MxtStack<IStackable>
_configFilterController: MxtConfiguratorFilterController
_currentProducts: {
    id: string;
    product: Product;
}[] = []
_enabled: boolean
_isGlobal: boolean
_menuLabel: string
currentNotification: any
permanentId: string = null
titledPageController: TitledPageController

Accessors

  • get currentProducts(): readonly {
        id: string;
        product: { readonly sku?: string; readonly productId?: string; readonly clientProductId?: string; readonly name?: string; readonly description?: string; readonly price?: number; readonly clientId?: string; ... 43 more ...; readonly setCustomProductAssembly: (productAssemblies: ProductAssembly[]) => void; };
    }[]
  • Returns readonly {
        id: string;
        product: { readonly sku?: string; readonly productId?: string; readonly clientProductId?: string; readonly name?: string; readonly description?: string; readonly price?: number; readonly clientId?: string; ... 43 more ...; readonly setCustomProductAssembly: (productAssemblies: ProductAssembly[]) => void; };
    }[]

Methods

Generated using TypeDoc