Eulergraph
    Preparing search index...

    Type Alias TextAttrs

    type TextAttrs = {
        fill: string;
        font?: string;
        "font-family"?: string;
        "font-size"?: number;
        "font-style"?: string;
        "font-weight"?: string;
        fontSize?: number;
        "text-anchor"?: TextAnchor;
        "text-decoration"?: string;
        x?: number;
    }
    Index

    Properties

    fill: string
    font?: string
    "font-family"?: string
    "font-size"?: number
    "font-style"?: string
    "font-weight"?: string
    fontSize?: number
    "text-anchor"?: TextAnchor
    "text-decoration"?: string
    x?: number