DashboardPartsPosition interface
儀表板的元件位置。
屬性
col |
儀表板的元件資料行範圍。 |
metadata | 儀表板元件的中繼資料。 |
row |
儀表板的元件資料列範圍。 |
x | 儀表板的第 x 部分座標。 |
y | 儀表板的元件 Y 座標。 |
屬性詳細資料
colSpan
儀表板的元件資料行範圍。
colSpan: number
屬性值
number
metadata
儀表板元件的中繼資料。
metadata?: {[propertyName: string]: Record<string, unknown>}
屬性值
{[propertyName: string]: Record<string, unknown>}
rowSpan
儀表板的元件資料列範圍。
rowSpan: number
屬性值
number
x
儀表板的第 x 部分座標。
x: number
屬性值
number
y
儀表板的元件 Y 座標。
y: number
屬性值
number