AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
ContextProviderCategory
Category definition for grouping items into submenus
Signature
interface ContextProviderCategory {
id: string;
label: string;
icon?: string;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | — |
label | string | yes | — |
icon | string | no | — |