# PluginQuery

> _Since v0.2.9_

Generic plugin query for inter-plugin communication.
Plugins can define their own query types as string constants
and respond to queries from other plugins.

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `type` | <code>string</code> | Query type identifier (e.g., 'canMoveColumn', 'getContextMenuItems') |
| `context` | <code>T</code> | Query-specific context/parameters |
