Preparing search index...

    Class ShoppingLoadingIndicator

    Represents the loading state of the ShoppingModule. Returned by ShoppingModule.loadingStarted. Subscribe to the ShoppingLoadingIndicator#loadingSucceeded and ShoppingLoadingIndicator#loadingFailed events to be notified when loading completes.

    Hierarchy (View Summary)

    Index

    Properties

    loadingFailed: () => void
    loadingSucceeded: () => void

    Methods

    • Returns true if the object matches or derives from the passed in type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object is the same as other. Useful for checking if two references point to the same thing.

      Parameters

      Returns boolean