BufferViewConfigState

data class BufferViewConfigState(bufferViewId: Int, bufferViewName: String, networkId: NetworkId, addNewBuffersAutomatically: Boolean, sortAlphabetically: Boolean, hideInactiveBuffers: Boolean, hideInactiveNetworks: Boolean, disableDecoration: Boolean, allowedBufferTypes: BufferTypes, minimumActivity: BufferActivity?, showSearch: Boolean, buffers: List<BufferId>, removedBuffers: Set<BufferId>, hiddenBuffers: Set<BufferId>)

Functions

Link copied to clipboard
fun identifier(): String

Properties

Link copied to clipboard
val addNewBuffersAutomatically: Boolean = true
Link copied to clipboard
val allowedBufferTypes: BufferTypes
Link copied to clipboard
val buffers: List<BufferId>
Link copied to clipboard
val bufferViewId: Int
Link copied to clipboard
val bufferViewName: String
Link copied to clipboard
val disableDecoration: Boolean = false
Link copied to clipboard
val hiddenBuffers: Set<BufferId>
Link copied to clipboard
val hideInactiveBuffers: Boolean = false
Link copied to clipboard
val hideInactiveNetworks: Boolean = false
Link copied to clipboard
val minimumActivity: BufferActivity? = null
Link copied to clipboard
val networkId: NetworkId
Link copied to clipboard
val removedBuffers: Set<BufferId>
Link copied to clipboard
val showSearch: Boolean = false
Link copied to clipboard
val sortAlphabetically: Boolean = true