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

interface StoreAddCountryAction {
    action: "addCountry";
    country: StoreCountry;
}

Properties

Properties

action: "addCountry"
country: StoreCountry

Value to append to countries.

Generated using TypeDoc