Type Alias: EntityCustomView<M>
EntityCustomView<
M
>:object
You can use this builder to render a custom panel in the entity detail view. It gets rendered as a tab.
Type Parameters​
• M extends Record
<string
, any
> = any
Type declaration​
Builder?​
optional
Builder:React.ComponentType
<EntityCustomViewParams
<M
>>
Builder for rendering the custom view
includeActions?​
optional
includeActions:boolean
If set to true, the actions of the entity will be included in the bottom of the panel (save buttons, delete buttons, etc.)
key​
key:
string
Key of this custom view.
name​
name:
string
Name of this custom view.