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

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

Properties

Properties

locationFunction: (() => FileRange)

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

Type declaration

Generated using TypeDoc