API Reference
Command
New-HtmlXPlaceholderContainer
Creates a placeholder animation container.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXPlaceholderContainer -Animation Glow {
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-HtmlXPlaceholderContainer [-Content <ScriptBlock>] [-Animation <Glow|Wave>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds placeholders.
- Animation TablerPlaceholderAnimation
- Placeholder animation style. Possible values: None, Glow, Wave
- Possible values:
Glow,Wave
Outputs
HtmlForgeX.TablerPlaceholderContainer