Skip to main content
Latest
method ReflectionObject.prototype.setParsedOption
import { ReflectionObject } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Sets a parsed option.

Parameters

name: string

parsed Option name

value: any

Option value

propName: string

dot '.' delimited full path of property within the option to set. if undefined\empty, will add a new option with that value