Perseus
    Preparing search index...

    Type Alias GraphieLabel

    A Graphie label.

    type GraphieLabel = {
        alignment:
            | number
            | "center"
            | "above"
            | "above right"
            | "right"
            | "below right"
            | "below"
            | "below left"
            | "left"
            | "above left";
        content: string;
        coordinates: GraphieRange;
        style: CSSProperties;
        typesetAsMath: boolean;
    }
    Index

    Properties

    alignment:
        | number
        | "center"
        | "above"
        | "above right"
        | "right"
        | "below right"
        | "below"
        | "below left"
        | "left"
        | "above left"
    content: string
    coordinates: GraphieRange
    typesetAsMath: boolean