Reference - BaklavaJS
    Preparing search index...

    Interface ITemporaryConnectionHandler

    interface ITemporaryConnectionHandler {
        hoveredOver: (ni: undefined | NodeInterface<any>) => void;
        temporaryConnection: Ref<null | ITemporaryConnection>;
    }
    Index

    Properties

    hoveredOver: (ni: undefined | NodeInterface<any>) => void
    temporaryConnection: Ref<null | ITemporaryConnection>