CSJsonMutableListValueStoreProperty
class CSJsonMutableListValueStoreProperty<T : CSJsonObjectStore>(store: CSStore, key: String, val type: KClass<T>, onChange: ArgFun<MutableList<T>>? = null) : CSValueStoreProperty<MutableList<T>>