Anchor
data class Anchor @JvmOverloads constructor(val parentId: ActivityDirectiveId, val offset: Duration, val anchorPoint: DirectiveStart.Anchor.AnchorPoint, var estimatedStart: Duration = Duration.ZERO) : DirectiveStart
For activities that are anchored to another activity.
Constructors
Link copied to clipboard
constructor(parentId: ActivityDirectiveId, offset: Duration, anchorPoint: DirectiveStart.Anchor.AnchorPoint, estimatedStart: Duration = Duration.ZERO)