TsIndexSignature Type
Represents an index signature (property access by key type) on an object type. Reflects: `IndexSignatureDeclaration` like `[key: string]: number` and readonly variants. Example (TS): ```ts interface MapLike { readonly [k: string]: number } ```
Record fields
| Record Field |
Description
|
Full Usage:
IsReadOnly
Field type: bool
|
|
|
|
|