Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
core
Options
Interface Options<T>
interface
Options
<
T
>
{
getUpdateScope
?:
(
(
)
=>
undefined
|
UpdateScope
)
;
isEqual
?:
(
(
a
,
b
)
=>
boolean
)
;
}
Type Parameters
T
Index
Properties
get
Update
Scope?
is
Equal?
Properties
Optional
get
Update
Scope
get
Update
Scope
?:
(
(
)
=>
undefined
|
UpdateScope
)
Type declaration
(
)
:
undefined
|
UpdateScope
Returns
undefined
|
UpdateScope
Optional
is
Equal
is
Equal
?:
(
(
a
,
b
)
=>
boolean
)
Type declaration
(
a
,
b
)
:
boolean
Parameters
a
:
T
b
:
T
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Update
Scope
is
Equal
Theia TypeDoc
Loading...