Eulergraph
    Preparing search index...
    interface TextBlockParams {
        annotatedText: AnnotatedText[];
        isVertical: boolean;
        label: Label;
        position: Point | null;
        txtHeight: number;
        txtWidth: number;
    }
    Index

    Properties

    annotatedText: AnnotatedText[]
    isVertical: boolean
    label: Label
    position: Point | null
    txtHeight: number
    txtWidth: number