@interactjs / core/options / OptionsArg
Interface: OptionsArg
core/options.OptionsArg
Hierarchy
OrBoolean
<Partial
<ActionDefaults
>>↳
OptionsArg
Table of contents
Properties
- actionChecker
- context
- cursorChecker
- deltaSource
- devTools
- drag
- drop
- gesture
- getRect
- pointerEvents
- preventDefault
- resize
- styleCursor
Properties
actionChecker
• Optional
actionChecker: any
Inherited from
Defined in
context
• Optional
context: Node
Inherited from
Defined in
cursorChecker
• Optional
cursorChecker: any
Inherited from
Defined in
deltaSource
• Optional
deltaSource: "page"
| "client"
Inherited from
Defined in
devTools
• Optional
devTools: DevToolsOptions
Inherited from
Defined in
drag
• Optional
drag: boolean
| DraggableOptions
Inherited from
OrBoolean.drag
Defined in
drop
• Optional
drop: boolean
| DropzoneOptions
Inherited from
OrBoolean.drop
Defined in
gesture
• Optional
gesture: boolean
| GesturableOptions
Inherited from
OrBoolean.gesture
Defined in
getRect
• Optional
getRect: (element
: Element
) => Rect
Type declaration
â–¸ (element
): Rect
Parameters
Name | Type |
---|---|
element | Element |
Returns
Inherited from
Defined in
pointerEvents
• Optional
pointerEvents: boolean
| Options
Inherited from
OrBoolean.pointerEvents
Defined in
preventDefault
• Optional
preventDefault: "always"
| "never"
| "auto"
Inherited from
Defined in
resize
• Optional
resize: boolean
| ResizableOptions
Inherited from
OrBoolean.resize
Defined in
styleCursor
• Optional
styleCursor: any