lumiverse-spindle-types 0.6.25 → 0.6.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dom.d.ts +6 -0
- package/package.json +1 -1
package/dist/dom.d.ts
CHANGED
|
@@ -327,6 +327,12 @@ export interface SpindleDockPanelOptions {
|
|
|
327
327
|
resizable?: boolean;
|
|
328
328
|
iconUrl?: string;
|
|
329
329
|
startCollapsed?: boolean;
|
|
330
|
+
/** Remove the host panel chrome so the extension can render its own surface.
|
|
331
|
+
* Defaults to false. */
|
|
332
|
+
chromeless?: boolean;
|
|
333
|
+
/** Center the extension root within the dock's content area.
|
|
334
|
+
* Defaults to false. */
|
|
335
|
+
centerContent?: boolean;
|
|
330
336
|
}
|
|
331
337
|
export interface SpindleDockPanelHandle {
|
|
332
338
|
root: HTMLElement;
|