observavir - v2.1.0
Preparing search index...
isObservableBase
Function isObservableBase
isObservableBase
(
input
:
unknown
,
)
:
input
is
{
value
:
unknown
;
destroy
()
:
void
;
listen
(
fireImmediately
:
boolean
,
callback
:
AnyFunction
,
)
:
RemoveListenerCallback
;
removeListener
(
listener
:
AnyFunction
)
:
boolean
;
}
Checks if the given value matches the expected base observable shape.
Parameters
input
:
unknown
Returns
input
is
{
value
:
unknown
;
destroy
()
:
void
;
listen
(
fireImmediately
:
boolean
,
callback
:
AnyFunction
,
)
:
RemoveListenerCallback
;
removeListener
(
listener
:
AnyFunction
)
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
observavir - v2.1.0
Loading...
Checks if the given value matches the expected base observable shape.