Interface SerializationOptions

Controls the serialization of RPC structures.

interface SerializationOptions {
    keepOutputValues?: boolean;
}

Properties

keepOutputValues?: boolean

true if we are keeping output values. If the monitor does not support output values, they will not be kept, even when this is set to true.

Generated using TypeDoc