Logo Xantham

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

IsReadOnly

Full Usage: IsReadOnly

Field type: bool
Field type: bool

Parameters

Full Usage: Parameters

Field type: TsParameter list
Field type: TsParameter list

Type

Full Usage: Type

Field type: TypeKey
Field type: TypeKey

Type something to start searching.