@maxgraph/core
    Preparing search index...

    Type Alias GraphCollaboratorsOptions

    Collaborators injected in the AbstractGraph when it is instantiated.

    0.18.0

    type GraphCollaboratorsOptions = {
        cellRenderer?: CellRenderer;
        model?: GraphDataModel;
        selectionModel?: (graph: AbstractGraph) => GraphSelectionModel;
        stylesheet?: Stylesheet;
        view?: (graph: AbstractGraph) => GraphView;
    }
    Index

    Properties

    cellRenderer?: CellRenderer
    selectionModel?: (graph: AbstractGraph) => GraphSelectionModel
    stylesheet?: Stylesheet
    view?: (graph: AbstractGraph) => GraphView