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

New-UDSpeedDialAction

Creates an action for a speed dial.

Synopsis

Creates an action for a speed dial.

Syntax

New-UDSpeedDialAction [[-Id] <String>] [[-Icon] <Hashtable>] [[-TooltipTitle] <String>] [[-OnClick] <Endpoint>] [<CommonParameters>]

Description

Creates an action for a speed dial.

Parameters

-Id

The ID of this component. It defaults to a random GUID.

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

-Icon

The icon for the action. Use New-UDIcon to create an Icon.

-TooltipTitle

The title to show when the user hovers over the action.

-OnClick

Last updated

Was this helpful?