Show-UDModal
The modal component provides a solid foundation for creating dialogs, popovers, lightboxes, or whatever else.
Synopsis
Syntax
Show-UDModal [-FullScreen] [[-Footer] <ScriptBlock>] [[-Header] <ScriptBlock>] [[-Content] <ScriptBlock>] [-Persistent] [-FullWidth] [-FullHeight] [[-MaxWidth] <String>] [[-Style] <Hashtable>] [[-HeaderStyle] <Hashtable>] [[-ContentStyle] <Hashtable>] [[-FooterStyle] <Hashtable>] [-Dividers] [[-PaperStyle] <Hashtable>] [<CommonParameters>]Description
Parameters
-Footer
Required? false
Position? 1
Default value {}
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Header
-Content
-MaxWidth
-Style
-HeaderStyle
-ContentStyle
-FooterStyle
-PaperStyle
Outputs
Last updated
Was this helpful?