Integration App SDK - v0.2.0
    Preparing search index...

    Interface ConnectorEventHandlerMethodSpec

    interface ConnectorEventHandlerMethodSpec {
        supportedImplementationTypes: ConnectorMethodImplementationType[];
        isRequired: boolean;
    }
    Index

    Properties

    supportedImplementationTypes: ConnectorMethodImplementationType[]
    isRequired: boolean