sesaparcours
    Preparing search index...

    Interface BeforeDropParams

    Definition of the parameters passed to the beforeDrop interceptor.

    interface BeforeDropParams {
        connection: Connection;
        dropEndpoint: Endpoint;
        scope: string;
        sourceId: string;
        targetId: string;
    }
    Index

    Properties

    connection: Connection
    dropEndpoint: Endpoint
    scope: string
    sourceId: string
    targetId: string