This update action produces the StoreCountriesChanged Message.

interface StoreSetCountriesAction {
    action: "setCountries";
    countries?: StoreCountry[];
}

Properties

Properties

action: "setCountries"
countries?: StoreCountry[]

New value to set.

Generated using TypeDoc