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

New-UDBackdrop

Creates an overlay over the current page.

Synopsis

Creates an overlay over the current page.

Syntax

New-UDBackdrop [[-Id] <String>] [[-Color] <DashboardColor>] [-Children] <ScriptBlock> [-Open] [[-OnClick] <Endpoint>] [[-ClassName] <String>] [<CommonParameters>]

Description

Creates an overlay over the current page.

Parameters

-Id

The ID of this component

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

-Color

The color of the backdrop.

-Children

Child components to include in the backdrop.

-OnClick

A script block to invoke when the backdrop is clicked.

-ClassName

A CSS class to apply to the backdrop.

Outputs

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

Last updated

Was this helpful?