Interface: NDrawerFuncProps
Hierarchy
DrawerProps↳
NDrawerFuncProps
Properties
afterVisibleChange
Optional afterVisibleChange: (visible: boolean) => void
Type declaration
(visible): void
Deprecated
Use @afterVisibleChange instead
Parameters
| Name | Type |
|---|---|
visible | boolean |
Returns
void
Inherited from
DrawerProps.afterVisibleChange
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:104
autofocus
Optional autofocus: boolean
Inherited from
DrawerProps.autofocus
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:13
bodyStyle
Optional bodyStyle: CSSProperties
Inherited from
DrawerProps.bodyStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:66
class
Optional class: any
Inherited from
DrawerProps.class
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:52
closable
Optional closable: boolean
Inherited from
DrawerProps.closable
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:17
closeIcon
Optional closeIcon: any
Inherited from
DrawerProps.closeIcon
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:21
content
Optional content: string | VNode<RendererNode, RendererElement, { [key: string]: any; }> | () => VNode<RendererNode, RendererElement, { [key: string]: any; }>
Defined in
dist/src/components/n-drawer/drawer-types.d.ts:20
contentWrapperStyle
Optional contentWrapperStyle: CSSProperties
Inherited from
DrawerProps.contentWrapperStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:70
destroyOnClose
Optional destroyOnClose: boolean
Inherited from
DrawerProps.destroyOnClose
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:22
drawerStyle
Optional drawerStyle: CSSProperties
Inherited from
DrawerProps.drawerStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:58
extra
Optional extra: any
Inherited from
DrawerProps.extra
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:89
footer
Optional footer: any
Inherited from
DrawerProps.footer
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:90
footerStyle
Optional footerStyle: CSSProperties
Inherited from
DrawerProps.footerStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:91
forceRender
Optional forceRender: boolean
Inherited from
DrawerProps.forceRender
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:26
getContainer
Optional getContainer: any
Inherited from
DrawerProps.getContainer
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:30
handle
Optional handle: any
Inherited from
DrawerProps.handle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:102
headerStyle
Optional headerStyle: CSSProperties
Inherited from
DrawerProps.headerStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:62
height
Optional height: string | number
Inherited from
DrawerProps.height
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:80
keyboard
Optional keyboard: boolean
Inherited from
DrawerProps.keyboard
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:85
level
Optional level: any
Inherited from
DrawerProps.level
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:95
levelMove
Optional levelMove: ILevelMove | (e: { open: boolean ; target: HTMLElement }) => ILevelMove
Inherited from
DrawerProps.levelMove
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:96
mask
Optional mask: boolean
Inherited from
DrawerProps.mask
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:35
maskClosable
Optional maskClosable: boolean
Inherited from
DrawerProps.maskClosable
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:31
maskStyle
Optional maskStyle: CSSProperties
Inherited from
DrawerProps.maskStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:39
onAfterVisibleChange
Optional onAfterVisibleChange: (visible: boolean) => void
Type declaration
(visible): void
Parameters
| Name | Type |
|---|---|
visible | boolean |
Returns
void
Inherited from
DrawerProps.onAfterVisibleChange
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:105
onClose
Optional onClose: KeyboardEventHandler | MouseEventHandler
Inherited from
DrawerProps.onClose
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:107
onUpdate:visible
Optional onUpdate:visible: (visible: boolean) => void
Type declaration
(visible): void
Parameters
| Name | Type |
|---|---|
visible | boolean |
Returns
void
Inherited from
DrawerProps.onUpdate:visible
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:106
placement
Optional placement: "top" | "left" | "right" | "bottom"
Inherited from
DrawerProps.placement
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:84
prefixCls
Optional prefixCls: string
Inherited from
DrawerProps.prefixCls
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:82
push
Optional push: boolean | PushState
Inherited from
DrawerProps.push
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:83
size
Optional size: "default" | "large"
Inherited from
DrawerProps.size
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:55
style
Optional style: CSSProperties
Inherited from
DrawerProps.style
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:48
title
Optional title: any
Inherited from
DrawerProps.title
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:74
visible
Optional visible: boolean
Inherited from
DrawerProps.visible
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:75
width
Optional width: string | number
Inherited from
DrawerProps.width
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:79
wrapClassName
Optional wrapClassName: string
Deprecated
Use class instead
Inherited from
DrawerProps.wrapClassName
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:54
wrapStyle
Optional wrapStyle: CSSProperties
Deprecated
Use style instead
Inherited from
DrawerProps.wrapStyle
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:44
zIndex
Optional zIndex: number
Inherited from
DrawerProps.zIndex
Defined in
node_modules/ant-design-vue/lib/drawer/index.d.ts:81