Integration App SDK - v1.14.0
    Preparing search index...

    Interface ConnectorMethodImplementationJavascript

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

    Hierarchy (View Summary)

    Index

    Properties

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