WidgetsTasklist APITasklist PropertiesreadonlyOn this pagereadonlyreadonlyreadonly: booleanthis property controls whether the widget is in read-only mode. The default value is false.UsageShowing widget in readonly mode<script> import { Tasklist } from 'wx-svelte-tasklist'; import { value } from './data.js';</script><Tasklist {value} readonly={true} />