From 872f90cc37bf9ada2ae828e640ea662d800dcf17 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 12 Jan 2022 15:58:48 -1000 Subject: [PATCH] docs(tree-view): avoid redundant copy --- docs/src/pages/components/TreeView.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/TreeView.svx b/docs/src/pages/components/TreeView.svx index daaf5205..d97b5057 100644 --- a/docs/src/pages/components/TreeView.svx +++ b/docs/src/pages/components/TreeView.svx @@ -49,7 +49,7 @@ Initial multiple selected nodes can be set using `selectedIds`. ### Expand all nodes -To programmatically expand all nodes, access the component instance using the [bind:this](https://svelte.dev/docs#bind_element) directive and invoke the `TreeView.expandAll()` method to expand all nodes. +To programmatically expand all nodes, access the component instance using the [bind:this](https://svelte.dev/docs#bind_element) directive and invoke the `TreeView.expandAll()` accessor.