PortalSelectorParams
Context passed to a PortalSelector callback.
Properties​
graph​
readonly graph: Graph;
The graph instance.
model​
readonly model: Cell<Attributes<Selectors>, ModelSetOptions> & PortalHostCell;
The cell model. Has a portalSelector field when it opts into portal rendering.
paper​
readonly paper: Paper;
The paper instance.