dataListProperty

inline fun <T : CSJsonObjectStore> CSStore.dataListProperty(key: String, noinline onChange: ArgFun<List<T>>? = null): CSStoreProperty<List<T>>