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

New-UDIFrame

An HTML IFrame component.

Synopsis

An HTML IFrame component.

Syntax

New-UDIFrame [[-Id] <String>] [[-Uri] <String>] [<CommonParameters>]

Description

An HTML IFrame component.

Parameters

-Id

The ID of this component.

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

-Uri

The URI for the iframe.

Outputs

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

Last updated

Was this helpful?