Nutrient Web SDK

ReferenceUIDialogSlot

Type Alias DialogSlot

Union type every confirmation dialog slot accepts. Like UI.BaseSlot, but the configuration may also set autoResolve to skip the prompt.

Type Alias
Type Signature
type DialogSlot = DialogSlotConfigurationCallback<{ id: string }> | DialogSlotUIOptions