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