CSListItemLateStoreProperty

constructor(store: CSStore, key: String, values: Iterable<T>, onChange: (value: T) -> Unit? = null)
constructor(store: CSStore, key: String, values: Array<T>, onChange: (value: T) -> Unit? = null)