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

Recursively looks up the reflection object matching the specified path in the scope of this namespace.

Parameters

path: (string | string[])

Path to look up

filterTypes: (any | any[])

Filter types, any combination of the constructors of protobuf.Type, protobuf.Enum, protobuf.Service etc.

optional
parentAlreadyChecked: boolean

Returns

Looked up object or null if none could be found

Looks up the reflection object at the specified path, relative to this namespace.

Parameters

path: (string | string[])

Path to look up

optional
parentAlreadyChecked: boolean

Returns

Looked up object or null if none could be found