### Description
See the assigned assets for the current user. Include a platform view in the configuration to control what information is shown. Typically embedded in the My Account widget as a tab.
### Instance Options
| Option | Property | Comments | Default Value | Source |
| ----- |:-----:| ---- | ---- | ---- |
| Template | `template` | Template for widget. | `nr-my-assets-default.html` | Options Schema |
| View | `view` | Platform view on the Assets (alm_asset) table. | `nr-default` | Options Schema |
### Templates
| Name | Comments |
| -------- |:---|
| `nr-my-assets-default.html` | Displays the default template. |
### Configuration
```json
{
"widget_id": "nr-my-assets",
"icon": "assets-icon",
"options": {
"template": "nr-my-assets-default.html",
"view": "nr-default"
},
"canSee": true,
"id": "assets",
"title": "Assets"
}
```