API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberTotal destination span length (equal to the requested length).
Ordered, non-overlapping segments that fill the destination span.
sourceLength: numberThe source length that was passed to the planner. Useful for consumers that need to map back to source scale.
Source