PluginSlots
Defined in: definePlugin.ts:101
Plugin slots configuration
Type Parameters
Section titled “Type Parameters”TData = unknown
Properties
Section titled “Properties”
optionalcell:CellSlot<TData>
Defined in: definePlugin.ts:105
footer?
Section titled “footer?”
optionalfooter:FooterSlot
Defined in: definePlugin.ts:104
header?
Section titled “header?”
optionalheader:HeaderSlot
Defined in: definePlugin.ts:103
inlineRow?
Section titled “inlineRow?”
optionalinlineRow:InlineRowSlot<TData>
Defined in: definePlugin.ts:106
sidePanel?
Section titled “sidePanel?”
optionalsidePanel:SidePanelSlot
Defined in: definePlugin.ts:102