@reactor/connect — invokeactionoptions
@reactor/connect / InvokeActionOptions
Interface: InvokeActionOptions
Section titled “Interface: InvokeActionOptions”Defined in: index.ts:200
Options for invoking an action.
Properties
Section titled “Properties”dryRun?
Section titled “dryRun?”
optionaldryRun?:boolean
Defined in: index.ts:202
idempotencyKey?
Section titled “idempotencyKey?”
optionalidempotencyKey?:string
Defined in: index.ts:203
input?
Section titled “input?”
optionalinput?:Record<string,unknown>
Defined in: index.ts:201