figureone
    Preparing search index...

    Interface EQN_TextElement

    Definition of a text or equation element.

    The properties 'color', 'isTouchable', 'onClick' and touchBorder modify the corresponding properties on the FigureElementPrimitive itself, and so could equally be set in mods. They are provided in the root object for convenience as they are commonly used.

    interface EQN_TextElement {
        toString(): string;
        valueOf(): string | Object;
    }
    Index

    Methods

    • Returns a string representation of an object.

      Returns string

    • Returns the primitive value of the specified object.

      Returns string | Object