Skip to main content
Version: v1

StableRangeInternal Interface

Specifies the range of nodes from start to end within a trait. Valid iff start and end are valid and are within the same trait and the start does not occur after the end in the trait.

See StablePlace for what it means for a place to be "after" another place.

StableRange objects can be conveniently constructed with the helper methods exported on a constant of the same name.

Signature

export interface StableRangeInternal

Properties

Property Type Description
end StablePlaceInternal
start StablePlaceInternal

Property Details

end

Signature

readonly end: StablePlaceInternal;

Type: StablePlaceInternal

start

Signature

readonly start: StablePlaceInternal;

Type: StablePlaceInternal