Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
common/collections
SimpleObservableCollection
Class SimpleObservableCollection<V>
Type Parameters
V
Index
Constructors
constructor
Properties
on
Changed
Accessors
values
Methods
add
clear
remove
Constructors
constructor
new
SimpleObservableCollection
<
V
>
(
equals
?:
(
left
:
V
,
right
:
V
)
=>
boolean
,
)
:
SimpleObservableCollection
<
V
>
Type Parameters
V
Parameters
equals
:
(
left
:
V
,
right
:
V
)
=>
boolean
= ...
Returns
SimpleObservableCollection
<
V
>
Properties
on
Changed
onChanged
:
Event
<
CollectionDelta
<
V
,
V
>
>
= ...
Accessors
values
get
values
()
:
readonly
V
[]
Returns
readonly
V
[]
Methods
add
add
(
value
:
V
)
:
boolean
Parameters
value
:
V
Returns
boolean
clear
clear
()
:
void
Returns
void
remove
remove
(
value
:
V
)
:
boolean
Parameters
value
:
V
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Changed
Accessors
values
Methods
add
clear
remove
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...