Interface ISelectionRange

Represents a range of indexes or keys in an ISelection.

Index

Properties

Properties

public firstIndex: number

Gets or sets the index of the first item in the range.

public firstKey: any

Gets or sets the key of the first item in the range.

public lastIndex: number

Gets or sets the index of the last item in the range.

public lastKey: any

Gets or sets of the key of the last item in the range.