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

Sync-UDElement

Causes an element to update.

Synopsis

Causes an element to update.

Syntax

Sync-UDElement [-Id] <String[]> [-Broadcast] [[-ArgumentList] <Object[]>] [-Wait] [[-Timeout] <Int32>] [<CommonParameters>]

Description

Causes an element to update. Not all elements can be updated. For elements that cannot be updated, wrap them in New-UDDynamic and update that.

Parameters

-Id <String[]>

The ID of the element to update.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       true (ByValue)
Aliases
Accept wildcard characters?  false

    -Broadcast [<SwitchParameter>]
        Whether to broadcast the update to all clients.

Required?                    false
Position?                    named
Default value                False
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-ArgumentList <Object[]>

The argument list to pass to the element.

-Timeout

Outputs

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

Last updated

Was this helpful?