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