Skip to content

RowBuilder🔗

Constructor🔗

new RowBuilder(string $title)

Methods🔗

build🔗

Builds the object.

build()

collapsed🔗

Whether this row should be collapsed or not.

collapsed(bool $collapsed)

datasource🔗

Name of default datasource for the row

datasource(\Grafana\Foundation\Dashboard\DataSourceRef $datasource)

gridPos🔗

Row grid position

gridPos(\Grafana\Foundation\Dashboard\GridPos $gridPos)

id🔗

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

id(int $id)

repeat🔗

Name of template variable to repeat for.

repeat(string $repeat)

title🔗

Row title

title(string $title)

withPanel🔗

List of panels in the row

@param \Grafana\Foundation\Cog\Builder<\Grafana\Foundation\Dashboard\Panel> $panel

withPanel(\Grafana\Foundation\Cog\Builder $panel)

See also🔗