Skip to content

Commit

Permalink
Update plugins/ui/DESIGN.md
Browse files Browse the repository at this point in the history
Co-authored-by: Don <[email protected]>
  • Loading branch information
mofojed and dsmmcken authored Oct 17, 2023
1 parent d53d0e0 commit b37bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ A panel cannot be nested within other components (other than the layout ones suc
import deephaven.ui as ui
ui_panel = ui.panel(
component: Element,
title: str | Element | None = None,
label: str | Element | None = None,
description: str | None = None,
background_color: Color | None = None,
tab_background_color: Color | None = None,
Expand Down

0 comments on commit b37bcc6

Please sign in to comment.