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

Invoke-UDEvent

Invokes a dashboard event on an element.

Syntax

Invoke-UDEvent [-Id] <string> [-event] {onClick} [<CommonParameters>]

Parameters

-Id

Required?                    true
Position?                    0
Accept pipeline input?       true (ByValue)
        Parameter set name           (All)
Aliases                      None
        Dynamic?                     false
Accept wildcard characters?  false

-event

Required?                    true
Position?                    1
Accept pipeline input?       false
        Parameter set name           onClick
Aliases                      None
        Dynamic?                     false
Accept wildcard characters?  false

    <CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see
        about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

Inputs

System.String

Outputs

System.Object

ALIASES None

REMARKS None

Last updated

Was this helpful?