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>)
Content copied to clipboard