@dapr/invoke_binding
Description
RequestSource code
TODO
Options
resource
ResourceRefThe name of the Dapr client resource.
binding
stringName of binding to invoke.
operation
stringName of the operation type for the binding to invoke.
codec
CodecRefThe configured codec to use for encoding the message.
codecArgs
any[]The arguments for the codec, if any.
data
string (Data expression)Data is the input data sent.
metadata
string (Data expression)Metadata is the input binding metadata.