const
portal:Directive
<PortalDirectiveArg
>
Creates a portal directive, allowing to attach content to any element.
the content of the portal
PortalDirectiveArg args
the portal directive
PortalDirectiveArg = {
container
:HTMLElement
|null
;insertBefore
:HTMLElement
|null
; } |null
|undefined
Represents the arguments for a portal directive.