@dapr/invoke_actor
Description
RequestSource code
Options
resource
ResourceRef
The name of the Dapr client resource.
handler
Handler
The actor handler (type::method)
id
string (Value expression)
The actor identifier
data
string (Data expression)
The input sent.
codec
CodecRef
The configured codec to use for encoding the message.
codecArgs
any[]
The arguments for the codec, if any.