Function PayloadDetailsBox
- PayloadDetailsBox(props): ReactNode
Parameters
- props: PayloadRenderProps<{
schema: string;
} & PayloadFields> & BusyBoxProps & RefAttributes<HTMLDivElement>
Returns ReactNode
Properties
Readonly$$typeof
$$typeof: symbol
OptionaldefaultProps
defaultProps?: Partial<PayloadRenderProps<{ schema: string; } & PayloadFields> & BusyBoxProps & RefAttributes<HTMLDivElement>> OptionaldisplayName
displayName?: string
OptionalpropTypes
propTypes?: WeakValidationMap<PayloadRenderProps<{ schema: string; } & PayloadFields> & BusyBoxProps & RefAttributes<HTMLDivElement>>
Deprecated
Use values for destructuring assignments instead.