Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK committed May 30, 2024
2 parents 66c8c39 + 1d381bd commit e0d0981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The following properties are available in the `UmbNavItem` class:
| Udi | GuidUdi | The node UDI of the selected content item. For external linking nav items this will be null |
| Key | Guid | The node Key of the selected content item. For external linking nav items this will be 00000000-0000-0000-0000-000000000000 |
| Title | String | The link title, often the node name |
| Description | String | The link description |
| Target | String | The link target |
| Noopener | String | noopener if set in the backoffice |
| Noreferrer | String | noreferrer if set in the backoffice |
Expand All @@ -21,6 +22,7 @@ The following properties are available in the `UmbNavItem` class:
| QueryString | String | The link querystring / anchor |
| Level | Int | The level in the overall navigation that the current item sits at |
| Content | IPublishedContent | The IPublishedContent for the selected content item. For external linking nav items this will be null |
| Parent | UmbNavItem | The parent UmbNavItem item |
| Children | List | The picked child / sub items for the current item |
| Culture | String | The link culture
| CustomClasses | String | Any CSS classes set in the backoffice
Expand Down

0 comments on commit e0d0981

Please sign in to comment.