@maxgraph/core
    Preparing search index...

    Interface FitCenterOptions

    Options of the FitPlugin.fitCenter method.

    0.17.0

    interface FitCenterOptions {
        margin?: number;
    }
    Index

    Properties

    Properties

    margin?: number

    Margin between the graph and the container.

    2