DrawerProps
DrawerProps =
Omit<ComponentPropsWithRef<"div">,"onChange"> &object
Type Declaration
defaultView?
optionaldefaultView:UniqueId
id
id:
UniqueId
onChange()?
optionalonChange: (view) =>void
Parameters
view
UniqueId | null
Returns
void
placement?
optionalplacement:XAxisUnion|YAxisUnion
The placement of the drawer.
Default
'left'
size?
optionalsize:"small"|"medium"|"large"
The size of the drawer.
Default
'medium'