Interface RenderScheduleConfig

Render schedule configuration.

This is based on render options, but has all properties present.

The configuration ought to be constructed out of render options by :object.by function.

Hierarchy

  • RenderScheduleConfig

Properties

Methods

Properties

node?: Node

A DOM node the schedule is constructed for.

window: Window

A window the schedule is constructed for.

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

Methods

  • Reports an error. E.g. a render shot execution failure.

    Parameters

    • this: void
    • Rest ...messages: unknown[]

      Error messages to report.

    Returns void

Generated using TypeDoc