Eulergraph
    Preparing search index...

    Type Alias SelectionEventsPayloads

    type SelectionEventsPayloads = {
        add_cells: GraphicElement[];
        cleared: GraphicElement[];
    }
    Index

    Properties

    Properties

    add_cells: GraphicElement[]
    cleared: GraphicElement[]