Skip to main content
Version: v1

StableRangeInternal_0_0_2 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_0_0_2

Properties

Property Type Description
end StablePlaceInternal_0_0_2
start StablePlaceInternal_0_0_2

Property Details

end

Signature

readonly end: StablePlaceInternal_0_0_2;

Type: StablePlaceInternal_0_0_2

start

Signature

readonly start: StablePlaceInternal_0_0_2;

Type: StablePlaceInternal_0_0_2