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

Auto Refresh

Loading Component

API
Last updated
Was this helpful?