IndexAccess
ts
type IndexAccess = object;Defined in: renderer/type.ts:279
Describes index-based access on an array or array-like structure.
Used by touchByAccess to resolve a value via a numeric index.
Since
1.0.0
Author
David Schummer
Properties
read
ts
read: number;Defined in: renderer/type.ts:281
type
ts
type: "index";Defined in: renderer/type.ts:280