param_group_collapse: Create a collapsible parameter group for Plot Settings

View source: R/functions.R

param_group_collapseR Documentation

Create a collapsible parameter group for Plot Settings

Description

Creates a styled, collapsible parameter group for the Plot Settings sidebar. Clicking the header toggles visibility of the content area. The group preserves the existing color-coded left border styling.

Usage

param_group_collapse(id, title, icon_name, color = "#3b82f6", ...)

Arguments

id

A unique identifier for the collapse target (used as the div ID).

title

Character string for the group header title.

icon_name

Character string passed to shiny::icon().

color

Hex color string for the left border and title accent. Default: "#3b82f6".

...

UI elements to place inside the collapsible content area. Groups always start expanded.

Value

A shiny.tag div representing the collapsible parameter group.


SeuratExplorer documentation built on Sept. 1, 2026, 9:07 a.m.