d3-dag
    Preparing search index...

    Type Alias OptChecking

    OptChecking: "fast" | "slow" | "oom"

    how to handle optimally solving certain layouts

    • "fast" - raise an exception if the layout can't be done quickly
    • "slow" - raise an exception if the layout might oom
    • "oom" - never raise an exception, use at your own risk