Perseus
    Preparing search index...

    An editor for adding an expression widget that allows users to enter mathematical expressions.

    Hierarchy

    Index

    Constructors

    Properties

    changeExpressionWidget: (index: number, input: string) => void = ...
    getSaveWarnings: () => any = ...
    handleAriaLabel: (ariaLabel: string) => void = ...
    handleButtonSet: (changingName: string) => void = ...
    handleFunctions: (value: string) => void = ...
    handleRemoveForm: (answerKey: number) => void = ...
    handleTexInsert: (arg1: string) => void = ...
    handleToggleDiv: () => void = ...
    handleVisibleLabel: (visibleLabel: string) => void = ...
    newAnswer: () => void = ...
    defaultProps: ExpressionDefaultWidgetOptions = expressionLogic.defaultWidgetOptions
    widgetName: "expression" = ...

    Methods