Type alias MappedRenderExecutor<TFromExecution, TToExecution>

MappedRenderExecutor<TFromExecution, TToExecution>: ((this, execution, draft, shot) => void)

Type Parameters

  • TFromExecution extends RenderExecution

    A type of render shot execution context supported by original schedule.

  • TToExecution extends RenderExecution

    A type of render shot execution context supported by mapped schedule.

Type declaration

    • (this, execution, draft, shot): void
    • Mapped render executor signature.

      Executes a render shot in mapped execution context.

      Parameters

      Returns void

Generated using TypeDoc