Interface ContextMenuContext

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface ContextMenuContext extends BaseContext
A context used for client plug-in context menu items.
Since:
5.0.204
  • Method Details

    • getStoreType

      @NotNull Store.Type getStoreType()
      Provides the store type the toolbar context relates to.
      Returns:
      The store type.
      Since:
      5.0.204
    • getElements

      @NotNull @NotNull Listable<IDProvider> getElements()
      Get the contextual store elements.
      Returns:
      The menu related store elements.
      Since:
      5.0.204