@PublicApi
public interface DashboardItemRepresentationService
It is useful when implementing custom dashboard views and using dashboard JavaScript API.
| Modifier and Type | Interface and Description |
|---|---|
static class |
DashboardItemRepresentationService.RenderingContext
Context in which the dashboard item is rendered.
|
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<DashboardItemRepresentation> |
getRepresentation(DashboardItemState itemState,
DashboardItemRepresentationService.RenderingContext context)
Returns a dashboard item representation.
|
io.atlassian.fugue.Option<DashboardItemRepresentation> getRepresentation(DashboardItemState itemState, DashboardItemRepresentationService.RenderingContext context)
DashboardItemRepresentation documentation.itemState - dashboard item statecontext - rendering contextCopyright © 2024 Atlassian. All rights reserved.