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

    Type Alias RelationshipMapNode

    type RelationshipMapNode = {
        description?: React.ReactNode;
        group?: React.ReactNode;
        groupId?: string;
        height?: number;
        id: string;
        label: React.ReactNode;
        tone?: RelationshipMapTone;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    description?: React.ReactNode
    group?: React.ReactNode
    groupId?: string
    height?: number
    id: string
    label: React.ReactNode
    width?: number
    x?: number
    y?: number