> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Widget Type

This page describes the WidgetType enum that defines the type of content in a dashboard widget.

## WidgetType

| Value                       | Description                   |
| --------------------------- | ----------------------------- |
| `WIDGET_TYPE_UNKNOWN`       | Unknown widget type           |
| `WIDGET_TYPE_VISUALIZATION` | Chart or table visualization  |
| `WIDGET_TYPE_MARKDOWN`      | Rich text content             |
| `WIDGET_TYPE_SUMMARY`       | Summary or aggregated content |

## Related operations

<CardGroup cols={2}>
  <Card title="DashboardWidget Object" icon="chart-bar" href="/integrations/graphql-api/objects/dashboard-widget">
    Widget with type field
  </Card>

  <Card title="DashboardWidgetInput Object" icon="pen-to-square" href="/integrations/graphql-api/objects/dashboard-widget-input">
    Input object with widget type
  </Card>
</CardGroup>
