Uno Toolkit LoadingView — Agent Skill
Workflow
Docs lookup: call
uno_platform_docs_search(...)first, thenuno_platform_docs_fetch(sourcePath="…")using thesourcePathfield from a result (a relative.mdpath; add the result'sanchorfor a section). Never pass a URL, a.htmllink, or a hand-built path.
Step 1: Fetch the LoadingView Documentation
uno_platform_docs_search("Uno Toolkit LoadingView loading indicator ILoadable AsyncCommand")
Primary documentation page:
- LoadingView:
external/uno.toolkit.ui/doc/controls/LoadingView.md
Fetch the page:
uno_platform_docs_fetch(sourcePath="external/uno.toolkit.ui/doc/controls/LoadingView.md")
Step 2: For How-To / Walkthrough
uno_platform_docs_search("LoadingView howto walkthrough AsyncCommand loading")
Key Principles (Stable)
Sourceproperty binds to anILoadable(likeAsyncCommand)- Loading content is displayed when the source is busy
CompositeLoadableSourcecombines multiple ILoadable sourcesLoadingContent— custom content shown during loading (default is ProgressRing)- XAML namespace:
xmlns:utu="using:Uno.Toolkit.UI"
Related Skills
- [[uno-toolkit-progress-extensions]] — ProgressBar/ProgressRing loading binding
- [[uno-toolkit-extendedsplashscreen]] — App startup loading