Function: ReferenceDialog
▸ ReferenceDialog<M
>(__namedParameters
): Element
This component renders an overlay dialog that allows to select entities in a given collection. You probably want to open this dialog as a side view using useReferenceDialog
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > |
Parameters
Name | Type |
---|---|
__namedParameters | ReferenceDialogProps <M > |
Returns
Element