Preparing search index...
The search index is not available
vevet - v5.0.1
vevet
TCallbacksAction
Type Alias TCallbacksAction<Parameter>
TCallbacksAction
:
Parameter
extends
undefined
?
()
=>
void
:
(
arg
:
Parameter
)
=>
void
Defines a callback function's signature.
If
Parameter
is
undefined
, the callback takes no arguments.
Otherwise, it takes a single argument of type
Parameter
.
Type Parameters
Parameter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
vevet - v5.0.1
Loading...
Defines a callback function's signature.
Parameter
isundefined
, the callback takes no arguments.Parameter
.