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