Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grpc_basic/proto.ts>ReflectionObject#setParsedOption

Very basic gRPC implementation for Deno
Latest
method ReflectionObject.prototype.setParsedOption
Re-export
import { ReflectionObject } from "https://deno.land/x/grpc_basic@0.4.7/proto.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