@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias DependencyGraphNode

    type DependencyGraphNode = {
        description?: React.ReactNode;
        group?: React.ReactNode;
        height?: number;
        id: string;
        label: React.ReactNode;
        minimizable?: boolean;
        partId?: string;
        status?: DependencyGraphStatus;
        tone?: DiagramTone;
        version?: React.ReactNode;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    description?: React.ReactNode
    group?: React.ReactNode
    height?: number
    id: string
    label: React.ReactNode
    minimizable?: boolean
    partId?: string
    version?: React.ReactNode
    width?: number
    x?: number
    y?: number