Skip to content

Interface: DrawerProps#

Renderer.Component.DrawerProps

Table of contents#

Properties#

Methods#

Properties#

animation#

Optional animation: string


className#

Optional className: string | object


contentClass#

Optional contentClass: string | object


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

Methods#

onClose#

Optional onClose(): void

Returns#

void