origin property

ViewContainerRef? origin
final

Optionally define an origin.

This is necessary in cases where you don't want the portal host to be the origin, instead, you want it to be some other location in your app.

Implementation

final ViewContainerRef? origin;