sesaparcours
    Preparing search index...

    Type Alias ManagedElement<E>

    type ManagedElement<E> = {
        connections?: Connection[];
        data: Record<string, Record<string, any>>;
        el: jsPlumbElement<E>;
        endpoints?: Endpoint[];
        group?: string;
        rotation?: number;
        viewportElement?: ViewportElement<E>;
    }

    Type Parameters

    • E
    Index

    Properties

    connections?: Connection[]
    data: Record<string, Record<string, any>>
    endpoints?: Endpoint[]
    group?: string
    rotation?: number
    viewportElement?: ViewportElement<E>