Area API Overview
Initialization
<script>
import { Area } from "wx-svelte-core";
</script>
<!-- minimal configuration for initialization -->
<Area />
tip
- Visit the Features Guide to learn more about the control's functionality.
- Explore the samples to visualize the available features.
Area Properties
disabled | defines whether an area is disabled |
error | defines whether error styling is applied to an area |
id | sets an HTML id for an area |
placeholder | sets a placeholder for an area |
readonly | defines whether a textarea is read-only |
title | sets a tooltip text with additional info about the control |
value | sets the value of an area |