# CORE_CONSUMED_ADAPTER_METHODS

> _Since v2.3.0_

Method names that are technically optional on [`FrameworkAdapter`](https://toolboxjs.com/grid/api/framework-adapters/interfaces/frameworkadapter.md)
but are actually consumed by the grid core. An adapter that skips any
of these silently drops the matching feature for its framework users.

```ts
const CORE_CONSUMED_ADAPTER_METHODS: ReadonlyArray<keyof FrameworkAdapter>
```
