Skip to content

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 rows
  • footer: Renders below the table
  • cell: Custom cell renderer applied to all columns (first match wins)
  • inline-row: Renders below a specific row when opened (first match wins)