Options for render schedule.

This is passed to component render scheduler when constructing new render schedule.

Generic RenderSchedule options are ignored.

Hierarchy

  • RenderScheduleOptions
  • Options
    • ComponentRenderScheduleOptions

Properties

Methods

Properties

node?: Node

A DOM node for constructed schedule.

Used to detect missing window option.

when?: "connected" | "settled"

When to start the rendering.

One of:

  • settled - start rendering when component is settled.
  • connected (the default) - start rendering when component's element is connected to document.
window?: Window

A window for constructed schedule.

Detected by nodeWindow by default, if node is specified. Falls back to current window.

The schedulers that don't need a window never access this option value.

Methods

Generated using TypeDoc