This update action produces the StoreCountriesChanged Message. It has no effect if a given country is not present in a Store.

interface StoreRemoveCountryAction {
    action: "removeCountry";
    country: StoreCountry;
}

Properties

Properties

action: "removeCountry"
country: StoreCountry

Value to remove from countries.

Generated using TypeDoc