mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-17 02:51:51 +08:00
23 lines
751 B
Markdown
23 lines
751 B
Markdown
---
|
|
id: "usesideentitycontroller"
|
|
title: "Function: useSideEntityController"
|
|
sidebar_label: "useSideEntityController"
|
|
sidebar_position: 0
|
|
custom_edit_url: null
|
|
---
|
|
|
|
▸ `Const` **useSideEntityController**(): [SideEntityController](../types/sideentitycontroller.md)<any\>
|
|
|
|
Get a reference to the controller used to open side dialogs for entity
|
|
edition. You can open side panels using schemas specified in the general
|
|
navigation, overriding them using a `SchemaResolver` or explicitly
|
|
using the open method of this controller.
|
|
|
|
#### Returns
|
|
|
|
[SideEntityController](../types/sideentitycontroller.md)<any\>
|
|
|
|
#### Defined in
|
|
|
|
[contexts/SideEntityController.tsx:59](https://github.com/Camberi/firecms/blob/42dd384/src/contexts/SideEntityController.tsx#L59)
|