Interface GenericComponent

Represents a generic component.

interface GenericComponent {
    doCommand: ((command) => Promise<StructType>);
}

Hierarchy (view full)

Implemented by

Properties

Properties

doCommand: ((command) => Promise<StructType>)

Send/Receive arbitrary commands to the resource.

Type declaration

Generated using TypeDoc