Dynamic Regions
Dynamic regions allow you control the reload of data within the region.
Basic Dynamic Region
New-UDDashboard -Title "Hello, World!" -Content {
New-UDDynamic -Id 'date' -Content {
New-UDTypography -Text "$(Get-Date)"
}
New-UDButton -Text 'Reload Date' -OnClick { Sync-UDElement -Id 'date' }
}
Auto Refresh

Loading Component

API
New-UDDynamic
Last updated
Was this helpful?