History
apiRef
required
The ref object that allows History manipulation. Can be instantiated with
useHistoryContext for History components.
Type:
React.MutableRefObject<ApiRefType>
loading
Loading state.
Type:
boolean
lang
Localization of the text used in the interface.
Type:
string
className
Component
className.
Type:
string
slots
The components used for each slot inside. See more on Customization page.
Type:
object
slotProps
The props used for each slot inside.
Type:
object
threadActions
Dialog action list, displayed in the menu of each dialog item in the list.
Type:
React.JSXElementConstructor<{ thread: Thread, onClose: () => void }>[]