Type Alias DialogSlotConfigurationCallback
Type Alias
Type Signature
type DialogSlotConfigurationCallback<Params> = (
getInstance: InstanceGetter,
id: string,
helpers: SlotHelpers,
) => DialogSlotConfiguration<Params>
getInstance: InstanceGetter,
id: string,
helpers: SlotHelpers,
) => DialogSlotConfiguration<Params>
Type Parameters
Params
Callback form of a confirmation dialog slot. Like UI.SlotConfigurationCallback, but returns a UI.DialogSlotConfiguration so the result may also set
autoResolveto skip the prompt.