Type alias RenderShot<TExecution>

RenderShot<TExecution>: ((this, execution) => void)

Type Parameters

Type declaration

    • (this, execution): void
    • Render shot signature.

      Render shots are scheduled in rendering schedule. The latest render shot scheduled in the same schedule should be able to update its rendering target to actual state. So that previously scheduled shots could be skipped.

      Parameters

      • this: void
      • execution: TExecution

        Render shot execution context instance.

      Returns void

Generated using TypeDoc