g3-toolkit API Reference
    Preparing search index...

    Interface LayoutOptions

    Options common to all layout engines.

    interface LayoutOptions {
        animate?: boolean;
        pinned?: Map<string, Position>;
    }
    Index

    Properties

    Properties

    animate?: boolean

    Whether to animate the transition (engines may ignore if unsupported).

    pinned?: Map<string, Position>

    Nodes whose positions are fixed. The engine must not move them.