PrototypeAccess
ts
type PrototypeAccess = object;Defined in: renderer/type.ts:293
Describes access to a property on an object's prototype.
Used by touchByAccess to resolve values via the prototype chain.
Since
1.0.0
Author
David Schummer
Properties
read
ts
read: string;Defined in: renderer/type.ts:295
type
ts
type: "prototype";Defined in: renderer/type.ts:294