DashboardPartsPosition interface

The dashboard's part position.

Properties

colSpan

The dashboard's part column span.

metadata

The dashboard part's metadata.

rowSpan

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