Interface IMenuConfigurer


public interface IMenuConfigurer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSection(String sectionId, String label, Icon icon, int order)
    Adds a new section to the Saga UI menu, which can contain menu items corresponding to custom extension components
  • Method Details

    • setSection

      void setSection(String sectionId, String label, Icon icon, int order)
      Adds a new section to the Saga UI menu, which can contain menu items corresponding to custom extension components
      Parameters:
      sectionId - unique ID of the new section
      label - label displayed by the new section
      icon - icon displayed by the section
      order - order in which the section is displayed in the UI