Nutrient Web SDK

ReferenceUIDialogSlotConfigurationCallback

Type Alias DialogSlotConfigurationCallback

Callback form of a confirmation dialog slot. Like UI.SlotConfigurationCallback, but returns a UI.DialogSlotConfiguration so the result may also set autoResolve to skip the prompt.

Type Alias
Type Signature
type DialogSlotConfigurationCallback<Params> = (
    getInstance: InstanceGetter,
    id: string,
    helpers: SlotHelpers,
) => DialogSlotConfiguration<Params>

Type Parameters

Params

Type Declaration

Parameters

getInstanceInstanceGetter
idstring

Returns