<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [\_Map](./rc-js-util._map.md) &gt; [firstKey](./rc-js-util._map.firstkey.md)

## \_Map.firstKey property

Gets the first inserted key in a `Map`<!-- -->.

**Signature:**

```typescript
static readonly firstKey: typeof mapFirstKey;
```

## Remarks

See [mapFirstKey()](./rc-js-util.mapfirstkey.md)<!-- -->.

