Nutrient Web SDK

ReferenceUIDialogSlotUIOptions

Type Alias DialogSlotUIOptions

Object form of a confirmation dialog slot: sub-slot regions plus the autoResolve skip. See UI.DialogSlotConfiguration.autoResolve.

Type Alias
Type Signature
type DialogSlotUIOptions = {
    body?: SlotConfigurationCallback<{ id: string }>;
    footer?: SlotConfigurationCallback<{ id: string }>;
    header?: SlotConfigurationCallback<{ id: string }>;
    autoResolve?: DialogAutoResolve;
}
PropertyDescription
body

Insert or replace the body region (main content area) of the component.

footer

Insert or replace the footer region (bottom area) of the component.

header

Insert or replace the header region (top area) of the component.

autoResolve