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

New-UDTab

Creates a new tab.

Synopsis

Creates a new tab.

Syntax

New-UDTab [[-Text] <String>] [-Content] <Endpoint> [[-Id] <String>] [-Dynamic] [[-Icon] <Object>] [-Disabled] [[-Style] <Hashtable>] [[-Sx] <Hashtable>] [<CommonParameters>]

Description

Creates a new tab. Use New-UDTabs as a container for tabs.

Parameters

-Text

The text to display for this tab.

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

-Content

The content to display when the tab is selected.

-Id

The ID of this component.

-Icon The Icon to display within the tab header.Required? falsePosition? 4Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false -Disabled [<SwitchParameter>] Whether this tab is disabled.Required? falsePosition? namedDefault value FalseAccept pipeline input? falseAliasesAccept wildcard characters? false-StyleThe style to apply to the tab.Required? falsePosition? 5Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false-SxA theme-specific style to apply to the tab.Required? falsePosition? 6Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

Last updated

Was this helpful?