Perseus
    Preparing search index...

    An editor for the interaction widget that allows users to engage with interactive content.

    The interaction widget provides a dynamic graph interface with various interactive elements including points, lines, movable points, movable lines, functions, parametric curves, labels, and rectangles. This editor allows content creators to configure those elements and their properties.

    Hierarchy

    Index

    Constructors

    • Parameters

      Returns InteractionEditor

    • Parameters

      Returns InteractionEditor

    Properties

    _addNewElement: (arg1: ChangeEvent<HTMLInputElement>) => void = ...
    _deleteElement: (arg1: number) => void = ...
    _moveElementDown: (arg1: number) => void = ...
    _moveElementUp: (arg1: number) => void = ...
    serialize: () => any = ...
    state: any = ...
    defaultProps: InteractionDefaultWidgetOptions = interactionLogic.defaultWidgetOptions
    widgetName: "interaction" = ...

    Methods