Hierarchy

  • ArticleConfiguration

Constructors

Properties

eventBasketChanged: ListenableEvent<void, ArticleConfiguration>

Will be triggered everytime the basket (or its items) has changed.

Accessors

  • get isPreConfiguration(): boolean
  • Returns boolean

  • get started(): boolean
  • Returns boolean

Methods

  • Aborts the configuration process. Only supported for new articles.

    Returns Promise<void>

  • Finish configuration.

    Returns Promise<void>

  • If an OBK was saved during pre configuration of an catalog item, the session still contains this item. This function should be called before calling Basket.loadFromSession() to delete the item from the session prior to loading. A function to restore the configuration state of this item be returend in this case. If this function is not called no special handling for this item will be performed. It will be handled as a regular basket item.

    Returns Promise<null | RestorePreConfigurationFunc>

Generated using TypeDoc