@infomaximum/widget-sdk 4.0.0-beta19 → 4.0.0-beta20
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
|
@@ -1316,6 +1316,8 @@ type TLaunchActionParams = {
|
|
|
1316
1316
|
type TWidgetContainer = {
|
|
1317
1317
|
/** Имеет ли контейнер виджета ограниченную максимальную высоту */
|
|
1318
1318
|
isMaxHeightLimited: boolean;
|
|
1319
|
+
/** Установить минимальную высоту рабочей области виджета */
|
|
1320
|
+
setContentMinHeight(value: number): void;
|
|
1319
1321
|
};
|
|
1320
1322
|
interface IWidgetProps<WidgetSettings extends IBaseWidgetSettings = IBaseWidgetSettings> {
|
|
1321
1323
|
/** guid виджета */
|