Skip to main content

NavRealm

keystringrequired

Realm key (personal | platform | business | shared)

labelstringrequired

Realm display label

sections object[]required

Sections within this realm, in display order

  • Array [
  • children object[]required

    Navigation items in this section

  • Array [
  • activebooleanrequired

    Whether the item is active/enabled

    badge object

    Optional badge to display

    textstringrequired

    Badge display text

    typestringrequired

    Badge type (success, warning, danger, info, etc.)

    childrenundefined[]nullable

    Nested navigation items

    exactboolean

    Require exact path match for active state

    icon

    Icon identifier (string or array for FontAwesome)

    labelstring

    Additional label text

    namestringrequired

    Display name of the navigation item

    newtabboolean

    Open link in new tab

    tostring

    Route path for navigation

  • ]
  • labelstringrequired

    Section label displayed under the realm header

  • ]
  • NavRealm
    {
    "key": "string",
    "label": "string",
    "sections": "Unknown Type: array,null"
    }