@hudhod/sdk 0.1.0 → 0.2.0
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/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -671,6 +671,8 @@ interface RegisterPanelOptions {
|
|
|
671
671
|
interface RegisterViewOptions {
|
|
672
672
|
/** Header title declared by the view contribution. */
|
|
673
673
|
readonly title: string;
|
|
674
|
+
/** Initial width in pixels for the view's host panel. */
|
|
675
|
+
readonly initialWidth?: number;
|
|
674
676
|
}
|
|
675
677
|
/**
|
|
676
678
|
* Renders a contributed panel's content into a host-provided element.
|