HtmlForgeX

API Reference

Command

New-HtmlXDivider

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerDivider

Adds a Tabler divider to the current DSL context.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXDivider -Text "Summary"
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXDivider [-MarginY <int>] [-Style <Default|Dashed|Dotted>] [-Text <string>] [-TextPosition <Center|Left|Right>] [-Type <Default|Dropdown|Navbar>] [<CommonParameters>]
#

Parameters

MarginY int optionalposition: namedpipeline: false
Vertical margin size (Tabler scale).
Style TablerDividerStyle optionalposition: namedpipeline: falsevalues: 3
Divider style. Possible values: Default, Dashed, Dotted
Possible values: Default, Dashed, Dotted
Text string optionalposition: namedpipeline: false
Divider text.
TextPosition TablerDividerTextPosition optionalposition: namedpipeline: falsevalues: 3
Divider text position. Possible values: Center, Left, Right
Possible values: Center, Left, Right
Type TablerDividerType optionalposition: namedpipeline: falsevalues: 3
Divider type. Possible values: Default, Dropdown, Navbar
Possible values: Default, Dropdown, Navbar

Outputs

HtmlForgeX.TablerDivider