Skip to content

remix/ui/test · Interface

View Source

RenderOptions

Summary

Options for render.

Signature

interface RenderOptions {
  container?: HTMLElement
  frame?: FrameHandle
  frameInit?: {
    loadModule?: (moduleUrl: string, exportName: string) => Function | Promise<Function>
    resolveFrame: ResolveFrame
    src?: string
  }
  scheduler?: Scheduler
  styleManager?: StyleManager
}

Properties

container

The element to mount the component into. Defaults to a fresh div appended to document.body.

frame

frameInit

scheduler

styleManager