Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Dohan committed May 24, 2024
1 parent eeb1cb1 commit 014c515
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ interface CSStoreProperty<T> : CSProperty<T> {
var filter: ((T?) -> T?)?
fun getFiltered(store: CSStore): T?
val isSaved get() = store.has(key)
fun trackModified(track: Boolean = true): CSStoreProperty<T> = this
}

0 comments on commit 014c515

Please sign in to comment.