Nutrient Web SDK
    Preparing search index...

    Type Alias DialogSlotConfigurationCallback<Params>

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

    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 Parameters

    • Params

    Type Declaration