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

    Type Alias UmlClass

    type UmlClass = {
        annotation?: React.ReactNode;
        attributes?: readonly React.ReactNode[];
        height?: number;
        id: string;
        kind?: UmlClassKind;
        name: React.ReactNode;
        operations?: readonly React.ReactNode[];
        stereotype?: React.ReactNode;
        width?: number;
        x?: number;
        y?: number;
    }
    Index

    Properties

    annotation?: React.ReactNode
    attributes?: readonly React.ReactNode[]
    height?: number
    id: string
    name: React.ReactNode
    operations?: readonly React.ReactNode[]
    stereotype?: React.ReactNode
    width?: number
    x?: number
    y?: number