@maxgraph/core
    Preparing search index...

    Type Alias GraphFoldingOptions

    type GraphFoldingOptions = {
        collapsedImage: ImageBox;
        collapseToPreferredSize: boolean;
        expandedImage: ImageBox;
        foldingEnabled: boolean;
    }
    Index

    Properties

    collapsedImage: ImageBox

    Specifies the ImageBox to indicate a collapsed state.

    Client.imageBasePath + '/collapsed.gif'

    collapseToPreferredSize: boolean

    Specifies if the cell size should be changed to the preferred size when a cell is first collapsed.

    true
    
    expandedImage: ImageBox

    Specifies the ImageBox to indicate a expanded state.

    Client.imageBasePath + '/expanded.gif'

    foldingEnabled: boolean

    Specifies if folding (collapse and expand via an image icon in the graph should be enabled).

    true