CSJsonListLateStoreProperty
class CSJsonListLateStoreProperty<T : CSJsonObjectStore>(store: CSStore, val key: String, val type: KClass<T>, onChange: (value: List<T>) -> Unit? = null) : CSLateStorePropertyBase<List<T>>