SideArea API Overview
Initialization
<script>
import { SideArea } from "wx-svelte-core";
</script>
<!-- minimal configuration for initialization -->
<SideArea>
<div class="window">
<!-- sidearea content -->
</div>
</SideArea>
tip
Visit the Features Guide to learn more about the control's functionality.
SideArea Properties
position | defines the position of a sidearea appearing |
SideArea Events
close | fires on click outside the side area |