Back to Genai Toolbox

looker-update-dashboard-layout-component

docs/en/integrations/looker/tools/looker-update-dashboard-layout-component.md

1.9.01.4 KB
Original Source

About

The looker-update-dashboard-layout-component tool updates a dashboard layout component, allowing you to move a tile to a different tab (layout) and/or change its position and size.

Compatible Sources

{{< compatible-sources >}}

Example

yaml
kind: tool
name: update_dashboard_layout_component
type: looker-update-dashboard-layout-component
source: looker-source
description: |
  This tool updates a dashboard layout component, allowing you to move a tile
  to a different tab (layout) and/or change its position and size.

  Parameters:
  - dashboard_layout_component_id (required): The ID of the component to update.
  - dashboard_layout_id (optional): The ID of the target layout (tab) to move to.
  - row (optional): The new row position.
  - column (optional): The new column position.
  - width (optional): The new width.
  - height (optional): The new height.

Reference

fieldtyperequireddescription
typestringtrueMust be "looker-update-dashboard-layout-component".
sourcestringtrueName of the Looker source.
descriptionstringtrueDescription of the tool that is passed to the LLM.