Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuConfiguration

remarks

@since 5.0.0

Hierarchy

Index

Properties

horizontal?: boolean

Boolean if the menu should be rendered horizontally instead of vertically. This will also update the aria-orientation.

defaultvalue

false

renderAsSheet?: RenderMenuAsSheet

{@inheritDoc RenderMenuAsSheet}

sheetFooter?: ReactNode

Any children to render below the sheet's menu implementation. This would normally be something like a <DialogFooter>.

defaultvalue

null

sheetHeader?: ReactNode

Any children to render above the sheet's menu implementation. This would normally be something like a <DialogHeader> or AppBar.

defaultvalue

null

sheetPosition?: SheetPosition
see

SheetPosition

defaultvalue

"bottom"

sheetVerticalSize?: SheetVerticalSize
see

SheetVerticalSize

defaultvalue

"touch"

Generated using TypeDoc