selectionRange property
Range
get
selectionRange
The range that should be selected and revealed when this symbol is being picked, e.g. the name of a function. Must be contained by the {@linkcode CallHierarchyItem.range range}.
Implementation
_i3.Range get selectionRange => _i5.getProperty(
this,
'selectionRange',
);
set
selectionRange
(Range value)
Implementation
set selectionRange(_i3.Range value) {
_i5.setProperty(
this,
'selectionRange',
value,
);
}