pdf-lite - v1.0.1
Preparing search index...
core/ref
RefUpdateCallback
Type Alias RefUpdateCallback<T>
RefUpdateCallback
:
(
oldValue
:
T
,
newValue
:
T
)
=>
void
Callback function type for ref update notifications.
Type Parameters
T
The value type of the ref
Type Declaration
(
oldValue
:
T
,
newValue
:
T
)
:
void
Parameters
oldValue
:
T
newValue
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
pdf-lite - v1.0.1
Loading...
Callback function type for ref update notifications.