For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDDynamic

Defines a new dynamic region in a dashboard.

Synopsis

Defines a new dynamic region in a dashboard.

Syntax

New-UDDynamic [-Id <String>] [-ArgumentList <Object[]>] [-Content] <Endpoint> [-AutoRefresh] [-AutoRefreshInterval <Int32>] [-LoadingComponent <ScriptBlock>] [<CommonParameters>]

Description

Defines a new dynamic region in a dashboard. Dynamic regions are used for loading data when the page is loaded or for loading data dynamically through user interaction or auto-reloading.

Parameters

-Id

The ID of this component.

Required?                    false
Position?                    named
Default value                [Guid]::NewGuid()
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-ArgumentList <Object[]>

Arguments to pass to this dynamic endpoint.

-Content

The content of this dynamic region.

-AutoRefreshInterval

The amount of seconds between refreshes for this dynamic region.

-LoadingComponent

A component to display while this dynamic region is loading.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?