Readonly
The name of the resource.
Send/Receive arbitrary commands to the resource.
The command to execute.
const result = await resource.doCommand({ name: 'myCommand', args: { key: 'value' },}); Copy
const result = await resource.doCommand({ name: 'myCommand', args: { key: 'value' },});
The name of the resource.