(alias-symbol indexed-access-type)
Returns: Symbol | undefined
**Returns:** `Symbol | undefined`
(alias-type-arguments indexed-access-type)
Returns: readonly Type[] | undefined
**Returns:** `readonly Type[] | undefined`
(apparent-properties indexed-access-type)
Returns: Symbol[]
**Returns:** `Symbol[]`
(base-types indexed-access-type)
Returns: BaseType[] | undefined
**Returns:** `BaseType[] | undefined`
(call-signatures indexed-access-type)
Returns: readonly Signature[]
**Returns:** `readonly Signature[]`
(class-or-interface? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(constraint indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(construct-signatures indexed-access-type)
Returns: readonly Signature[]
**Returns:** `readonly Signature[]`
(default indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(get-constraint indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(get-flags indexed-access-type)
Returns: TypeFlags
**Returns:** `TypeFlags`
(get-symbol indexed-access-type)
Returns: Symbol | undefined
**Returns:** `Symbol | undefined`
(index-type? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(intersection? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(literal? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(non-nullable-type indexed-access-type)
Returns: Type
**Returns:** `Type`
(number-index-type indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(number-literal? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(object-type indexed-access-type)
Returns: Type
**Returns:** `Type`
(pattern indexed-access-type)
Returns: DestructuringPattern | undefined
**Returns:** `DestructuringPattern | undefined`
(properties indexed-access-type)
Returns: Symbol[]
**Returns:** `Symbol[]`
(property indexed-access-type property-name)
Parameters:
property-name
: string
Returns: Symbol | undefined
**Parameters:** - `property-name`: `string` **Returns:** `Symbol | undefined`
(simplified-for-reading indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(simplified-for-writing indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(string-index-type indexed-access-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(string-literal? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(type-parameter? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
(union-or-intersection? indexed-access-type)
Returns: boolean
**Returns:** `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close