Perseus
    Preparing search index...

    Type Alias PerseusInteractionWidgetOptions

    Options for the interaction widget. A customizable interactive graph.

    type PerseusInteractionWidgetOptions = {
        elements: PerseusInteractionElement[];
        graph: PerseusInteractionGraph;
        static: boolean;
    }
    Index

    Properties

    Properties

    The elements of the graph

    The definition of the graph

    static: boolean

    Always false. Not used for this widget