mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 10:07:45 +08:00
751 B
751 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| usesideentitycontroller | Function: useSideEntityController | useSideEntityController | 0 | null |
▸ Const useSideEntityController(): SideEntityController<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<any>