Skip to content

Row🔗

Constructor🔗

Row(title: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboard.RowPanel

collapsed🔗

Whether this row should be collapsed or not.

def collapsed(collapsed: bool) -> typing.Self

datasource🔗

Name of default datasource for the row

def datasource(datasource: dashboard.DataSourceRef) -> typing.Self

grid_pos🔗

Row grid position

def grid_pos(grid_pos: dashboard.GridPos) -> typing.Self

id_val🔗

Unique identifier of the panel. Generated by Grafana when creating a new panel. It must be unique within a dashboard, but not globally.

def id_val(id_val: int) -> typing.Self

repeat🔗

Name of template variable to repeat for.

def repeat(repeat: str) -> typing.Self

title🔗

Row title

def title(title: str) -> typing.Self

with_panel🔗

List of panels in the row

def with_panel(panel: cogbuilder.Builder[dashboard.Panel]) -> typing.Self

See also🔗