Interface protos.google.monitoring.dashboard.v1.RowLayout.IRow

Properties of a Row.

Package

@google-cloud/monitoring-dashboards!

Properties

weight

weight?: (number|Long|string|null);

Row weight

Property Value
TypeDescription
(number|Long|string|null)

widgets

widgets?: (google.monitoring.dashboard.v1.IWidget[]|null);

Row widgets

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