Interface protos.google.monitoring.dashboard.v1.IWidget

Properties of a Widget.

Package

@google-cloud/monitoring-dashboards!

Properties

alertChart

alertChart?: (google.monitoring.dashboard.v1.IAlertChart|null);

Widget alertChart

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

blank

blank?: (google.protobuf.IEmpty|null);

Widget blank

Property Value
TypeDescription
(google.protobuf.IEmpty|null)

scorecard

scorecard?: (google.monitoring.dashboard.v1.IScorecard|null);

Widget scorecard

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

text

text?: (google.monitoring.dashboard.v1.IText|null);

Widget text

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

title

title?: (string|null);

Widget title

Property Value
TypeDescription
(string|null)

xyChart

xyChart?: (google.monitoring.dashboard.v1.IXyChart|null);

Widget xyChart

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