Browse/insert document-template merge variables at the editor caret
| Prop | Type | Description |
|---|---|---|
groups | TemplateVarGroup[] | From getVarsForCategory(). Empty groups are omitted. |
targetEl | HTMLTextAreaElement | HTMLInputElement | null | Optional. Inserts {{name}} at the caret and fires an input event. |
onInsert | (token, varName) => void | Called with the inserted token and bare name. |
searchable | boolean | Show the filter box. Default true. |
compact | boolean | Denser layout for narrow sidebars. |
title | string | Panel heading. Default "Variables". |