Skip to content

Commit d6252c6

Browse files
devvaannshabose
authored andcommitted
chore: auto update API docs
1 parent 9c32db3 commit d6252c6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/API-Reference/view/PanelView.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Preference key for persisting the maximize state across reloads.
136136
| id | <code>string</code> | |
137137
| [title] | <code>string</code> | |
138138
| [options] | <code>Object</code> | |
139-
| [options.iconClass] | <code>string</code> | FontAwesome class string (e.g. "fa-solid fa-terminal"). |
140139
| [options.iconSvg] | <code>string</code> | Path to an SVG icon (e.g. "styles/images/icon.svg"). |
141140

142141

docs/API-Reference/view/WorkspaceManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The panel's size & visibility are automatically saved & restored as a view-state
101101
| $panel | <code>jQueryObject</code> | DOM content to use as the panel. Need not be in the document yet. Must have an id attribute, for use as a preferences key. |
102102
| [minSize] | <code>number</code> | @deprecated No longer used. Pass `undefined`. |
103103
| [title] | <code>string</code> | Display title shown in the bottom panel tab bar. |
104-
| [options] | <code>Object</code> | Optional settings: - {string} iconClass FontAwesome class string (e.g. "fa-solid fa-terminal"). - {string} iconSvg Path to an SVG icon (e.g. "styles/images/icon.svg"). |
104+
| [options] | <code>Object</code> | Optional settings: - {string} iconSvg Path to an SVG icon for the panel tab (e.g. "styles/images/icon.svg"). If omitted, a generic default icon is used. |
105105

106106
<a name="module_view/WorkspaceManager..destroyBottomPanel"></a>
107107

0 commit comments

Comments
 (0)