WidgetResponse interface
Response from RestAPI when saving and editing Widget
- Extends
Inherited Properties
| allowed |
Refers to the allowed sizes for the widget. This gets populated when user wants to configure the widget |
| are |
Read-Only Property from Dashboard Service. Indicates if settings are blocked for the current user. |
| artifact |
Refers to unique identifier of a feature artifact. Used for pinning+unpinning a specific artifact. |
| configuration |
|
| configuration |
|
| content |
|
| contribution |
The id of the underlying contribution defining the supplied Widget Configuration. |
| dashboard | Optional partial dashboard content, to support exchanging dashboard-level version ETag for widget-level APIs |
| e |
|
| id | |
| is |
|
| is |
|
| lightbox |
|
| loading |
|
| name | |
| position | |
| settings | |
| settings |
|
| size | |
| type |
|
| url |
Inherited Property Details
allowedSizes
Refers to the allowed sizes for the widget. This gets populated when user wants to configure the widget
allowedSizes: WidgetSize[]
Property Value
Inherited From Widget.allowedSizes
areSettingsBlockedForUser
Read-Only Property from Dashboard Service. Indicates if settings are blocked for the current user.
areSettingsBlockedForUser: boolean
Property Value
boolean
Inherited From Widget.areSettingsBlockedForUser
artifactId
Refers to unique identifier of a feature artifact. Used for pinning+unpinning a specific artifact.
artifactId: string
Property Value
string
Inherited From Widget.artifactId
configurationContributionId
configurationContributionId: string
Property Value
string
Inherited From Widget.configurationContributionId
configurationContributionRelativeId
configurationContributionRelativeId: string
Property Value
string
Inherited From Widget.configurationContributionRelativeId
contentUri
contributionId
The id of the underlying contribution defining the supplied Widget Configuration.
contributionId: string
Property Value
string
Inherited From Widget.contributionId
dashboard
Optional partial dashboard content, to support exchanging dashboard-level version ETag for widget-level APIs
dashboard: Dashboard
Property Value
Inherited From Widget.dashboard