Skip to content

TShippingAddressModalOpenedBody

TShippingAddressModalOpenedBody object

TShippingAddressModalOpenedBody is an object that represents a body of an event occurring while shipping address modal in the basket is being opened.

type TShippingAddressModalOpenedBody = {
    modal: ShippingAddressModal;
    address: Address | null;
};

ShippingAddressModal

Represents the shipping-address-modal webcomponent that is currently being opened.

Address

Represents the Address object.