Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
common/observable/observable-from-event
ObservableFromEvent
Options
Interface Options<T>
interface
Options
<
T
>
{
getUpdateScope
?:
()
=>
undefined
|
Observable
.
UpdateScope
;
isEqual
?:
(
a
:
T
,
b
:
T
)
=>
boolean
;
}
Type Parameters
T
Index
Properties
get
Update
Scope?
is
Equal?
Properties
Optional
get
Update
Scope
getUpdateScope
?:
()
=>
undefined
|
Observable
.
UpdateScope
Optional
is
Equal
isEqual
?:
(
a
:
T
,
b
:
T
)
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Update
Scope
is
Equal
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...