@kudashi/kds-api 2.14.2-rc-2 → 2.14.3-rc-1
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/api.d.ts +3 -2
- package/package.json +1 -1
package/api.d.ts
CHANGED
|
@@ -4635,10 +4635,11 @@ declare global {
|
|
|
4635
4635
|
postMessage(data: any, origin?: string): void
|
|
4636
4636
|
|
|
4637
4637
|
/**
|
|
4638
|
-
*
|
|
4638
|
+
* view是否使用最大高度 将会覆盖size.y
|
|
4639
|
+
* @param viewId
|
|
4639
4640
|
* @param useMaxHeight
|
|
4640
4641
|
*/
|
|
4641
|
-
pluginViewUseMaxHeight(useMaxHeight: boolean): void;
|
|
4642
|
+
pluginViewUseMaxHeight(viewId: string, useMaxHeight: boolean): void;
|
|
4642
4643
|
}
|
|
4643
4644
|
|
|
4644
4645
|
|