Function (full replacement):(instance, id) => { render, onMount?, onUnmount? }
The SDK calls render(params) to obtain a DOM node. Return null to hide the slot.
Object (sub-slot customization):{ header?, body?, footer? }
Each region is an optional SlotConfigurationCallback. The default UI renders for
any region you omit.
The base type for any slot configuration value.
Every slot in UI.Configuration accepts one of two forms:
Function (full replacement):
(instance, id) => { render, onMount?, onUnmount? }The SDK callsrender(params)to obtain a DOM node. Returnnullto hide the slot.Object (sub-slot customization):
{ header?, body?, footer? }Each region is an optionalSlotConfigurationCallback. The default UI renders for any region you omit.