pivotick - v1.5.0
    Preparing search index...

    Interface GraphOptions

    This interface should be used as the entry point when configuring the graph.

    Index

    Properties

    Callbacks to handle various graph events and render hooks.

    isDirected?: boolean

    Enable whether the graph is directed or not

    true
    

    Layout-specific configuration (e.g. tree, radial, etc.)

    plugins?: PivotickPlugin[]

    Plugins to install after the UI is built. Each is handed a PluginContext and can add UI elements, keybindings and lifecycle hooks. See Graph.use for imperative registration.

    Options for the rendering engine

    Options for the simultion engine

    Options for the UI