ts-graphviz
    Preparing search index...

    Interface BuilderOptionsBeta

    This interface is used to define the options for the builder.

    interface BuilderOptions {
        locationFunction: () => FileRange;
    }
    Index

    Properties

    Properties

    locationFunction: () => FileRange

    This is a function that returns a FileRange object. It is used to specify the location of the builder.