Properties
Optional
onAdded
onAdded?: ((node: Node, params: any) => void)
Type declaration
-
- (node: Node, params: any): void
-
Returns void
Optional
onBeforeRemove
onBeforeRemove?: ((node: Node, next: Function) => void)
Type declaration
-
- (node: Node, next: Function): void
-
Parameters
-
node: Node
-
next: Function
Returns void
Optional
onLoadFailure
onLoadFailure?: (() => void)
Optional
onRemoved
onRemoved?: ((node: null | Node, params: any) => void)
Type declaration
-
- (node: null | Node, params: any): void
-
Parameters
-
node: null | Node
-
params: any
Returns void
Optional
opacity
opacity?: number
Optional
touchClose
touchClose?: boolean
弹框层回调对象定义(废弃)