Interface InterfaceProxyOptions

Options for the interface proxies

interface InterfaceProxyOptions {
    keepAsDaemon?: boolean;
}

Properties

Properties

keepAsDaemon?: boolean

If true, the proxy will be kept as a daemon proxy after the interface has been destroyed

Generated using TypeDoc