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

Show-UDSnackbar

Shows a snackbar popup.

Synopsis

Shows a snackbar popup.

Syntax

Show-UDSnackbar [-Message] <String> [[-Id] <String>] [[-AutoHideDuration] <Int32>] [-Persist] [[-Variant] <String>] [[-AnchorVertical] <String>] [[-AnchorHorizontal] <String>] [[-ClassName] <String>] [<CommonParameters>]

Description

Shows a snackbar popup.

Parameters

-Message

The message to display.

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

-Id

The id of the snackbar. If not specified, a new guid will be generated.

-AutoHideDuration

The number of milliseconds to display the snackbar for. Defaults to 5000.

-Variant

The variant of the snackbar. Can be default, error, success, warning or info.

-AnchorVertical

-AnchorHorizontal

-ClassName

Outputs

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

Last updated

Was this helpful?