Search
Loading...
Skip to content

Type Alias: SplitOptions

type SplitOptions = object;

Options for configuring block split operations.

Properties#

PropertyTypeDefault valueDescription
attachToParent?booleantrueWhether or not the new block will be attached to the same parent as the original.
createParentTrackIfNeeded?booleanfalseWhether to create a parent track if needed and add both blocks to it. Only used when attachToParent is true.
selectNewBlock?booleantrueWhether to select the newly created block after splitting.