Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method ReflectionObject.prototype.setOption
import { ReflectionObject } from "https://deno.land/x/steam_trader@v0.4.0/types/protobuf.d.ts";

Sets an option.

Parameters

name: string

Option name

value: any

Option value

optional
ifNotSet: boolean