Remix
Remix
remix/ui/server · InterfaceView Source

ResolveFrameContext

Summary

Context passed to resolveFrame during server rendering.

Signature

interface ResolveFrameContext {
  currentFrameSrc: string;
  topFrameSrc: string;
}

Properties

currentFrameSrc

Source URL for the frame currently being resolved.

topFrameSrc

Source URL for the top-level frame in the current render.