OptionalcaptionOptionalcolumnsThis view column(s). Name and actions are by default always included
OptionaldefaultWill be used as default if the user haven't customized their sorting column
OptionalemptyTranslated description of the empty view
OptionalemptyTranslated title of the empty view
OptionalemptyCustom implementation of the empty view. If set and no content is found for the current view, then this method is called with the container element where to render your empty view implementation.
The container element to render into
OptionalexpandedThis view has children and is expanded (by default) or not. This will be overridden by user config.
OptionalhiddenIf set then the view will be hidden from the navigation unless its the active view.
The view icon as an inline svg
Unique view ID
OptionalloadMethod called to load child views if any
Translated view name
OptionalorderThe view order. If not set will be natural sorted by view name.
OptionalparamsCustom params to give to the router on click If defined, will be treated as a dummy view and will just redirect and not fetch any contents.
OptionalparentThe parent unique ID
OptionalstickyThis view is sticky (sent at the bottom)
Method return the content of the provided path.
This method must also return the current directory information alongside with its content.
An abort signal is provided to be able to cancel the request if the user change directory.
Translated accessible description of the view