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