@@ -403,8 +403,6 @@ export interface EntityLayoutProps {
|
||||
// (undocumented)
|
||||
children?: ReactNode;
|
||||
// (undocumented)
|
||||
extraMenuItems?: JSX.Element[];
|
||||
// (undocumented)
|
||||
NotFoundComponent?: ReactNode;
|
||||
parentEntityRelations?: string[];
|
||||
// Warning: (ae-forgotten-export) The symbol "EntityContextMenuOptions" needs to be exported by the entry point index.d.ts
|
||||
|
||||
@@ -181,7 +181,6 @@ export interface EntityLayoutProps {
|
||||
UNSTABLE_contextMenuOptions?: EntityContextMenuOptions;
|
||||
children?: ReactNode;
|
||||
NotFoundComponent?: ReactNode;
|
||||
extraMenuItems?: JSX.Element[];
|
||||
/**
|
||||
* An array of relation types used to determine the parent entities in the hierarchy.
|
||||
* These relations are prioritized in the order provided, allowing for flexible
|
||||
|
||||
Reference in New Issue
Block a user