interface Options {
    autoClose?: boolean;
}

Properties

Properties

autoClose?: boolean

Whether to automatically close uplinks at exit.

Default Value

true

Generated using TypeDoc