CallbackPayload
Last updated
Was this helpful?
Last updated
Was this helpful?
CallbackPayload
Experimental shape for a generic type variable Payload
.
Payload
=
object
The shape of the optional payload
parameter, by default equal to the .
action?: string
An optional action of a type that describes the cause of performed callback.
name?: string
An optional name of the function or method of a type that performed callback.
param?: string
An optional name of the parameter of a type to which performed callback relates.