DRAG_DROP_BACKEND |
Default value : new InjectionToken<Backend>(
'dnd-core compatible backend'
)
|
The injection token for the dnd-core compatible backend currently in use. |
DRAG_DROP_BACKEND_DEBUG_MODE |
Default value : new InjectionToken<any>(
'should dnd-core run in debug mode?'
)
|
The injection token for the dnd-core compatible backend currently in use. |
DRAG_DROP_BACKEND_OPTIONS |
Default value : new InjectionToken<any>(
'options for dnd-core compatible backend'
)
|
The injection token for the dnd-core compatible backend's options. |
DRAG_DROP_GLOBAL_CONTEXT |
Default value : new InjectionToken<any>(
'dnd-core context'
)
|
The injection token for the dnd-core compatible backend currently in use. |
DRAG_DROP_MANAGER |
Default value : new InjectionToken<DragDropManager>(
'dnd-core DragDropManager'
)
|
The injection token for the dnd-core DragDropManager |
TYPE_DYNAMIC |
Type : symbol
|
Default value : Symbol(
'no type specified, you must provide one with setType/setTypes'
)
|
The type a source or target is given as a marker for 'you supplied null as a type', so that library consumers can be reminded to use setType/setTypes manually. See DragSource, DropTarget. |