quickshell_get_type
Fetch a QML type's official documentation as Markdown by supplying its exact name and optional namespace or version. Use list types first if you need to find valid identifiers.
Instructions
Fetch the documentation page for one QML type as Markdown, e.g. type_name='PanelWindow', namespace='Quickshell', or type_name='HyprlandMonitor', namespace='Quickshell.Hyprland'. Call quickshell_list_types first if you're unsure of the exact namespace or type name (they are case-sensitive). Defaults to the latest doc version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | latest | |
| namespace | No | Quickshell | |
| type_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |