pub fn WorkspaceSwitcherMenu(props: WorkspaceSwitcherMenuProps) -> impl IntoViewExpand description
ยงRequired Props
- workspaces:
Vec<WorkspaceView>- All workspaces in display order.
- selected_id:
impl Into<String>- Currently-selected workspace id. Pass
""for the no-selection variant.
- Currently-selected workspace id. Pass