@joint/react
    Preparing search index...

    Interface PortProps

    interface PortProps {
        children?: ReactNode;
        dx?: number;
        dy?: number;
        groupId?: string;
        id: string;
        magnet?: string;
        x?: string | number;
        y?: string | number;
        z?: number | "auto";
    }
    Index

    Properties

    children?: ReactNode
    dx?: number

    The x offset of the port. It can be a number or a string.

    dy?: number

    The y offset of the port. It can be a number or a string.

    groupId?: string

    The group id of the port. It must be unique within the cell.

    id: string

    The id of the port. It must be unique within the cell.

    magnet?: string

    Magnet - define if the port is passive or not. It can be set to any value inside the paper.

    true
    
    x?: string | number

    The y position of the port. It can be a number or a string.

    y?: string | number

    The y position of the port. It can be a number or a string.

    z?: number | "auto"

    The z-index of the port. It must be unique within the cell.