# Atoms_All

# Type Alias: Atoms\_All

```ts
type Atoms_All = { [K in keyof TableState_All]?: ReadonlyAtom<TableState_All[K]> };
```

Defined in: [core/table/coreTablesFeature.types.ts:56](https://github.com/TanStack/table/blob/main/packages/table-core/src/core/table/coreTablesFeature.types.ts#L56)
