SlotType
SlotType =
"side-panel"|"header"|"footer"|"cell"|"inline-row"
Defined in: definePlugin.ts:30
Slot types available for plugins to render components.
side-panel: IDE-style vertical tab side panel (left or right)header: Renders between table header and body rowsfooter: Renders below the tablecell: Custom cell renderer applied to all columns (first match wins)inline-row: Renders below a specific row when opened (first match wins)