AdminForthMenuTypes
Enumeration Members
Enumeration Member | Value | Description |
---|---|---|
divider | "divider" | DIVIDER is a divider between menu items. |
gap | "gap" | GAP ads some space between menu items. |
group | "group" | GROUP is a group of menu items. Respects label , icon and children properties in AdminForthConfigMenuItem use @AdminForthMenuTypes.open to set if group is open by default |
heading | "heading" | HEADING is just a label in the menu. Respect label and icon property in AdminForthConfigMenuItem |
page | "page" | PAGE is a link to a custom page. Respects Example: { |
resource | "resource" | RESOURCE is a link to a resource. Respects label , icon , resourceId , homepage , isStaticRoute properties in AdminForthConfigMenuItem |