ViewStore

interface ViewStore(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun add(name: String, filter: TransactionFilter): View
Link copied to clipboard
abstract fun list(): List<View>
Link copied to clipboard
abstract fun remove(id: ViewId)
Link copied to clipboard
abstract fun update(view: View)