Interface: DrawerProps#
Renderer.Component.DrawerProps
Table of contents#
Properties#
Properties#
animation#
• Optional animation: string
children#
• Optional children: SingleOrMany<ReactNode>
className#
• Optional className: string | object
contentClass#
• Optional contentClass: string | object
onClose#
• Optional onClose: () => void
Type declaration#
▸ (): void
Returns#
void
open#
• open: boolean
position#
• Optional position: DrawerPosition
size#
• Optional size: string
The width or heigh (depending on position) of the Drawer.
If not set then the Drawer will be resizable.
title#
• title: ReactNode
toolbar#
• Optional toolbar: ReactNode
usePortal#
• Optional usePortal: boolean