DashboardPartsPosition interface
The dashboard's part position.
Properties
col |
The dashboard's part column span. |
metadata | The dashboard part's metadata. |
row |
The dashboard's part row span. |
x | The dashboard's part x coordinate. |
y | The dashboard's part y coordinate. |
Property Details
colSpan
The dashboard's part column span.
colSpan: number
Property Value
number
metadata
The dashboard part's metadata.
metadata?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
rowSpan
The dashboard's part row span.
rowSpan: number
Property Value
number
x
The dashboard's part x coordinate.
x: number
Property Value
number
y
The dashboard's part y coordinate.
y: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript