@maxgraph/core
    Preparing search index...

    Type Alias FitCenterOptions

    Options of the FitPlugin.fitCenter method.

    0.17.0

    type FitCenterOptions = {
        margin?: number;
    }
    Index

    Properties

    Properties

    margin?: number

    Margin between the graph and the container.

    2