Interface protos.google.monitoring.dashboard.v1.MosaicLayout.ITile

Properties of a Tile.

Package

@google-cloud/monitoring-dashboards!

Properties

height

height?: (number|null);

Tile height

Property Value
TypeDescription
(number|null)

widget

widget?: (google.monitoring.dashboard.v1.IWidget|null);

Tile widget

Property Value
TypeDescription
(google.monitoring.dashboard.v1.IWidget|null)

width

width?: (number|null);

Tile width

Property Value
TypeDescription
(number|null)

xPos

xPos?: (number|null);

Tile xPos

Property Value
TypeDescription
(number|null)

yPos

yPos?: (number|null);

Tile yPos

Property Value
TypeDescription
(number|null)