Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.SplitPanel.setWipe
Stay organized with collections
Save and categorize content based on your preferences.
Enables or disables the wiping effect.
Returns this split panel.
Usage | Returns | SplitPanel.setWipe(wipe) | ui.SplitPanel |
Argument | Type | Details | this: ui.splitpanel | ui.SplitPanel | The ui.SplitPanel instance. |
wipe | Boolean | Whether to enable the wiping effect. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eThis method controls the visual "wipe" effect when resizing the split panel.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esetWipe\u003c/code\u003e takes a boolean argument to enable or disable the wipe effect, and it returns the \u003ccode\u003eui.SplitPanel\u003c/code\u003e instance itself.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this method to customize the appearance and behavior of a \u003ccode\u003eui.SplitPanel\u003c/code\u003e during resizing interactions.\u003c/p\u003e\n"]]],[],null,["# ui.SplitPanel.setWipe\n\n\u003cbr /\u003e\n\nEnables or disables the wiping effect.\n\n\u003cbr /\u003e\n\nReturns this split panel.\n\n| Usage | Returns |\n|----------------------------|---------------|\n| SplitPanel.setWipe`(wipe)` | ui.SplitPanel |\n\n| Argument | Type | Details |\n|-----------------------|---------------|--------------------------------------|\n| this: `ui.splitpanel` | ui.SplitPanel | The ui.SplitPanel instance. |\n| `wipe` | Boolean | Whether to enable the wiping effect. |"]]