import PlatformMenuModel from 'clinical6/src/models/navigation/PlatformMenu.js'
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted response of a single platform menu |
|
response.id | Number |
|
The id of the platform menu on the server |
response.type | String |
|
The type of this object ('platform menus') |
response.title | String |
|
Title |
response.position | Number | Position in which to sort |
|
response.url | String | Url for target |
|
response.enabled | Boolean | Is this enabled |
|
response.icon | String | Icon class used by CSS to determine image |
|
response.access_class | String | Access class |