Binary Raw - Docs
Preparing search index...
types
SelectionState
Type Alias SelectionState
SelectionState
:
|
{
type
:
"none"
}
|
{
anchor
:
AbsoluteOffset
;
current
:
AbsoluteOffset
;
type
:
"selecting"
}
|
{
range
:
ByteRange
;
type
:
"selected"
}
Represents the current state of a selection in the binary viewer.
"none": No active selection.
"selecting": User is actively selecting; anchor is fixed, current moves.
"selected": A range has been committed.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Binary Raw - Docs
Loading...
Represents the current state of a selection in the binary viewer.