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
Name | Type |
---|---|
M | any |
Type declaration
Name | Type |
---|---|
name | string |
path | string |
builder | (extraActionsParams : EntityCustomViewParams <M >) => ReactNode |