Preparing search index...
The search index is not available
vim-web
vim-web
React
IsolationAdapter
Interface IsolationAdapter
interface
IsolationAdapter
{
computeVisibility
:
()
=>
VisibilityStatus
;
hasHiddenSelection
:
()
=>
boolean
;
hasVisibleSelection
:
()
=>
boolean
;
onSelectionChanged
:
ISignal
;
onVisibilityChange
:
ISignal
;
clearSelection
()
:
void
;
getGhostOpacity
()
:
number
;
getShowRooms
()
:
boolean
;
hasSelection
()
:
boolean
;
hide
(
instances
:
number
[]
)
:
void
;
hideAll
()
:
void
;
hideSelection
()
:
void
;
isolate
(
instances
:
number
[]
)
:
void
;
isolateSelection
()
:
void
;
setGhostOpacity
(
opacity
:
number
)
:
void
;
setShowRooms
(
show
:
boolean
)
:
void
;
show
(
instances
:
number
[]
)
:
void
;
showAll
()
:
void
;
showGhost
(
show
:
boolean
)
:
void
;
showSelection
()
:
void
;
}
Index
Properties
compute
Visibility
has
Hidden
Selection
has
Visible
Selection
on
Selection
Changed
on
Visibility
Change
Methods
clear
Selection
get
Ghost
Opacity
get
Show
Rooms
has
Selection
hide
hide
All
hide
Selection
isolate
isolate
Selection
set
Ghost
Opacity
set
Show
Rooms
show
show
All
show
Ghost
show
Selection
Properties
compute
Visibility
computeVisibility
:
()
=>
VisibilityStatus
has
Hidden
Selection
hasHiddenSelection
:
()
=>
boolean
has
Visible
Selection
hasVisibleSelection
:
()
=>
boolean
on
Selection
Changed
onSelectionChanged
:
ISignal
on
Visibility
Change
onVisibilityChange
:
ISignal
Methods
clear
Selection
clearSelection
()
:
void
Returns
void
get
Ghost
Opacity
getGhostOpacity
()
:
number
Returns
number
get
Show
Rooms
getShowRooms
()
:
boolean
Returns
boolean
has
Selection
hasSelection
()
:
boolean
Returns
boolean
hide
hide
(
instances
:
number
[]
)
:
void
Parameters
instances
:
number
[]
Returns
void
hide
All
hideAll
()
:
void
Returns
void
hide
Selection
hideSelection
()
:
void
Returns
void
isolate
isolate
(
instances
:
number
[]
)
:
void
Parameters
instances
:
number
[]
Returns
void
isolate
Selection
isolateSelection
()
:
void
Returns
void
set
Ghost
Opacity
setGhostOpacity
(
opacity
:
number
)
:
void
Parameters
opacity
:
number
Returns
void
set
Show
Rooms
setShowRooms
(
show
:
boolean
)
:
void
Parameters
show
:
boolean
Returns
void
show
show
(
instances
:
number
[]
)
:
void
Parameters
instances
:
number
[]
Returns
void
show
All
showAll
()
:
void
Returns
void
show
Ghost
showGhost
(
show
:
boolean
)
:
void
Parameters
show
:
boolean
Returns
void
show
Selection
showSelection
()
:
void
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
compute
Visibility
has
Hidden
Selection
has
Visible
Selection
on
Selection
Changed
on
Visibility
Change
Methods
clear
Selection
get
Ghost
Opacity
get
Show
Rooms
has
Selection
hide
hide
All
hide
Selection
isolate
isolate
Selection
set
Ghost
Opacity
set
Show
Rooms
show
show
All
show
Ghost
show
Selection
vim-web
Loading...