mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-16 10:33:46 +08:00
20 lines
399 B
Markdown
20 lines
399 B
Markdown
---
|
|
id: "usecmsappcontext"
|
|
title: "Function: useCMSAppContext"
|
|
sidebar_label: "useCMSAppContext"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
▸ `Const` **useCMSAppContext**(): `CMSAppContext`
|
|
|
|
Use this hook to get the app context
|
|
|
|
#### Returns
|
|
|
|
`CMSAppContext`
|
|
|
|
#### Defined in
|
|
|
|
[contexts/CMSAppContext.tsx:33](https://github.com/Camberi/firecms/blob/42dd384/src/contexts/CMSAppContext.tsx#L33)
|