@maxgraph/core
    Preparing search index...

    Variable OrthogonalConnectorConfigConst Experimental

    OrthogonalConnectorConfig: { buffer: number; pointsFallback: boolean } = ...

    Configure the EdgeStyle.OrthConnector.

    subject to change or removal. maxGraph's global configuration may be modified in the future without prior notice.

    Type declaration

    • buffer: number

      If the value is not set in CellStateStyle.jettySize, defines the jetty size of the connector.

      If the computed value of the jetty size coming from CellStateStyle is 'auto', it is used in the computation of the automatic jetty size. See the implementation of OrthConnector for more details.

      10
      
    • pointsFallback: boolean

      See the implementation of OrthConnector for more details.

      true
      

    0.16.0