File

feature-libs/product-configurator/common/components/service/configurator-router-data.ts

Index

Properties

Properties

displayOnly
displayOnly: boolean
Type : boolean
Optional
forceReload
forceReload: boolean
Type : boolean
Optional
isOwnerCartEntry
isOwnerCartEntry: boolean
Type : boolean
Optional
owner
owner: CommonConfigurator.Owner
Type : CommonConfigurator.Owner
pageType
pageType: PageType
Type : PageType
Optional
resolveIssues
resolveIssues: boolean
Type : boolean
Optional
import { CommonConfigurator } from '../../core/model/common-configurator.model';
export namespace ConfiguratorRouter {
  export enum PageType {
    CONFIGURATION = 'configuration',
    OVERVIEW = 'overview',
  }
  export interface Data {
    pageType?: PageType;
    isOwnerCartEntry?: boolean;
    owner: CommonConfigurator.Owner;
    displayOnly?: boolean;
    forceReload?: boolean;
    resolveIssues?: boolean;
  }
}

result-matching ""

    No results matching ""