figureone
    Preparing search index...

    Interface LatexResult

    Result of converting a LaTeX expression to FigureOne form.

    interface LatexResult {
        elements: Record<string, any>;
        form: any;
    }
    Index

    Properties

    Properties

    elements: Record<string, any>

    Element definitions to pass as elements in the equation options. Contains only symbols and elements that need explicit configuration; simple text elements are auto-created by FigureOne.

    form: any

    The form content (a TypeEquationPhrase) to use in a form definition, e.g. forms: { 0: result.form }.