interface DocumentSelection {
    ranges: DocumentRange[];
}

Properties

Properties

ranges: DocumentRange[]