Interface MutableProperties<K>

All Superinterfaces:
Iterable<K>, Properties<K>
All Known Implementing Classes:
EnumOverrideProperties, EnumProperties, OverrideProperties, SimpleProperties

@JsType public interface MutableProperties<K> extends Properties<K>
Defines the requirements for a collection of properties that can change.