API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceRepeatPlan

@codexo/exojs / rendering / stable

Result of a repeat-planning call. Contains the resolved destination length and the ordered list of segments that collectively fill the span.

3
props
0
methods
0
events
Import
import { RepeatPlan } from '@codexo/exojs'

Result of a repeat-planning call.

Contains the resolved destination length and the ordered list of segments that collectively fill the span.

Properties3
destinationLength: number
Total destination span length (equal to the requested length).
sourceLength: number
The source length that was passed to the planner. Useful for consumers that need to map back to source scale.
Source