Package com.persequor.extension.frontend
Interface IMenuConfigurer
public interface IMenuConfigurer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
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 sectionlabel
- label displayed by the new sectionicon
- icon displayed by the sectionorder
- order in which the section is displayed in the UI
-