widget:file-hierarchy
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<widget:file-hierarchy
files="{mixed}"
on-submit="{function}"
button-label="{string}">
</widget:file-hierarchy>
| Param | Type | Details |
|---|---|---|
| files | mixed | The hierarchy of files |
| on-submit | function | A function to call when the submit button is clicked |
| button-label | string | Label for the button, button only shows if a label is not empty |
Was this page helpful?