Hierarchy

Properties

isActive?: boolean

Optional activity state of this component. Initial component state should be inactive (false or undefined).

onInsertArticle: undefined | ((pArticle: ArticleCatalogItem | InsertInfo) => Promise<void>)
onInsertContainer: undefined | ((pCatalogItem: CatalogItem) => Promise<void>)
onInsertCustomArticle: undefined | ((pArticle: CustomArticle, pUpdateItem?: BasketItem) => Promise<void>)

Methods

  • Called if this instance is no longer in use. Should be used to clean-up resources.

    Returns Promise<void>

  • Returns a list of suggested article numbers when a partial baseArticleNumber is given.

    Parameters

    Returns Promise<string[]>

  • Optional activity state handling for this component. E.g. can be used to disable/enable event handling. Will be set from the component host to activate or deactivate the component. Initial component state should be inactive (false or undefined).

    Parameters

    • pActive: boolean

    Returns Promise<void>

Generated using TypeDoc