# NavigationItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **self** | **String** | the API path (type PAGE only) | [optional] **name** | **String** | | [optional] **_default** | **Boolean** | if this is the default page? (type PAGE only) | [optional] **path** | **String** | | [optional] **active** | **Boolean** | | [optional] **type** | [**TypeEnum**](#TypeEnum) | | [optional] **items** | [**List<NavigationItem>**](NavigationItem.md) | | [optional] ## Enum: TypeEnum Name | Value ---- | ----- SITE | "SITE" APP | "APP" PAGE | "PAGE"