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 | extends Record <string , any > = any |
Type declaration
Name | Type | Description |
---|---|---|
Builder? | React.ComponentType <EntityCustomViewParams <M >> | - |
builder? | React.ComponentType <EntityCustomViewParams <M >> | DEPRECATED: Use Builder instead |
name | string | - |
path | string | - |