| closable | 是否显示右上角的关闭按钮 | boolean | true | 
| destroyOnClose | 关闭时销毁 Drawer 里的子元素 | boolean | false | 
| getContainer | 指定 Drawer 挂载的 HTML 节点 | HTMLElement | () => HTMLElement| selectors | 'body' | 
| maskClosable | 点击蒙层是否允许关闭 | boolean | true | 
| mask | 是否展示遮罩 | Boolean | true | 
| maskStyle | 遮罩样式 | object | {} | 
| title | 标题 | string | slot | - | 
| visible | Drawer 是否可见 | boolean | - | 
| wrapClassName | 对话框外层容器的类名 | string | - | 
| width | 宽度 | string | number | 256 | 
| height | 高度, 在 placement为top或bottom时使用 | string | number | 256 | 
| zIndex | 设置 Drawer 的 z-index | Number | 1000 | 
| placement | 抽屉的方向 | 'top'  | 'right' | 'bottom' | 'left' | 'right' |