Interface ConnectorMethodImplementationJavascript

interface ConnectorMethodImplementationJavascript {
    filePath?: string;
    inheritedFromPath?: string[];
    isIncomplete?: boolean;
    parametersSchema?: DataSchema;
    implementationType: javascript;
    code: string;
}

Hierarchy (view full)

Properties

filePath?: string
inheritedFromPath?: string[]
isIncomplete?: boolean
parametersSchema?: DataSchema
implementationType: javascript
code: string