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

New-UDHidden

Creates a new hidden element.

Synopsis

Creates a new hidden element.

Syntax

New-UDHidden [-Id <String>] [-Down <String>] [-Children <ScriptBlock>] [<CommonParameters>]

    New-UDHidden [-Id <String>] [-Up <String>] [-Children <ScriptBlock>] [<CommonParameters>]

    New-UDHidden [-Id <String>] [-Only <String[]>] [-Children <ScriptBlock>] [<CommonParameters>]

Description

Creates a new hidden element.

Parameters

-Id

The ID of this component. Defaults to a random GUID.

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

-Down

Content will be hidden at the specified breakpoint.

-Up

Content will be hidden at the specified breakpoint.

-Only <String[]>

Content will be hidden at the specified breakpoint.

-Children

The content to be hidden.

Outputs

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

Last updated

Was this helpful?