@joint/react
    Preparing search index...

    Interface TextNodeProps

    interface TextNodeProps {
        annotations?: TextAnnotation[];
        displayEmpty?: boolean;
        eol?: string;
        height?: number;
        includeAnnotationIndices?: boolean;
        lineHeight?: string | number;
        textPath?: string | { [key: string]: any };
        textVerticalAnchor?: string | number;
        textWrap?: boolean | BreakTextOptions;
        width?: number;
    }

    Hierarchy

    • SVGTextElementAttributes<SVGTextElement>
    • TextOptions
      • TextNodeProps
    Index

    Properties

    annotations?: TextAnnotation[]
    displayEmpty?: boolean
    eol?: string
    height?: number
    includeAnnotationIndices?: boolean
    lineHeight?: string | number
    textPath?: string | { [key: string]: any }
    textVerticalAnchor?: string | number
    textWrap?: boolean | BreakTextOptions
    width?: number