File tree Expand file tree Collapse file tree
tests/__snapshots__/tsnapi/@devframes/hub Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -424,6 +424,12 @@ export interface DevframeViewGroup extends DevframeDockEntryBase {
424424 * ```
425425 */
426426 categoryOrder ?: Record < string , number >
427+ /**
428+ * Optional accent color for the group button. When set, the viewer may use
429+ * it to style the group button and/or its popover. When unset, the viewer
430+ * falls back to its own default styling.
431+ */
432+ accentColor ?: string
427433}
428434
429435/**
Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ export interface DevframeViewGroup extends DevframeDockEntryBase {
272272 type : 'group' ;
273273 defaultChildId ?: string ;
274274 categoryOrder ?: Record < string , number > ;
275+ accentColor ?: string ;
275276}
276277export interface DevframeViewIframe extends DevframeDockEntryBase {
277278 type : 'iframe' ;
You can’t perform that action at this time.
0 commit comments