Perseus
    Preparing search index...

    Type Alias GraphieLabelElement

    GraphieLabelElement: ReturnType<typeof $> & {
        processMath: (math: string, force: boolean) => void;
        processText: (text: string) => void;
        setPosition: (point: [number, number]) => void;
    }

    A label element returned by graphie.label(). This is a JQuery element with custom methods attached for positioning and rendering text/math content.