Skip to content

Function: SelectionViewsBar()

SelectionViewsBar(props): Element

Defined in: selection-views.tsx:250

The mouse half of named views — a small bar an app drops beside its other controls: a picker that LOADS on choose, a name field + save button, and a delete button for the picked view. Drives the exact same store methods the agent actions call, so voice and mouse stay equals. No styles ship (the CSS-class contract, like ControlSlider): selection-views on the root, views-select / views-name / views-save / views-delete inside.

Parameters

props

class?

string

Extra class(es) appended after "selection-views" (layout variants).

store

SelectionViewsStore

Returns

Element