portal(
node
,args
):void
|object
Creates a portal directive, allowing to attach content to any element.
• node: SSRHTMLElement
• args: PortalDirectiveArg
void
| object
the portal directive
PortalDirectiveArg:
object
|null
|undefined
Represents the arguments for a portal directive.