Usage
Signature:
final class BufferingDataProviderSubmittableChangeEvent<K, D>
Generic Parameters
Parameter Description K Type of Key D Type of Data
Typescript Import Format
//To import this class, use the format below.
import {BufferingDataProviderSubmittableChangeEvent} from "ojs/ojbufferingdataproviderevents";
For additional information visit:
Final classes in JET
Classes in JET are generally final and do not support subclassing. At the moment, final is not enforced. However, this will likely change in an upcoming JET release.
Constructor
new BufferingDataProviderSubmittableChangeEvent(detail)
Parameters:
Name | Type | Description |
---|---|---|
detail |
BufferingDataProvider.EditItem<K, D> | the event detail |
Fields
-
AT_TARGET :2
-
- Since:
- 4.1.0
-
BUBBLING_PHASE :3
-
- Since:
- 4.1.0
-
CAPTURING_PHASE :1
-
- Since:
- 4.1.0
-
NONE :0
-
- Since:
- 6.0.0
-
bubbles :boolean
-
- Since:
- 4.1.0
-
cancelBubble :boolean
-
- Since:
- 4.1.0
-
cancelable :boolean
-
- Since:
- 4.1.0
-
composed :boolean
-
- Since:
- 6.0.0
-
composedPath
-
- Since:
- 9.0.0
-
currentTarget :EventTarget
-
- Since:
- 4.1.0
-
deepPath
-
- Since:
- 4.1.0
-
defaultPrevented :boolean
-
- Since:
- 4.1.0
-
detail :Array<BufferingDataProvider.EditItem<K, D>>
-
Event detail
- Since:
- 4.2.0
-
eventPhase :number
-
- Since:
- 4.1.0
-
initEvent
-
- Since:
- 4.1.0
-
isTrusted :boolean
-
- Since:
- 4.1.0
-
preventDefault
-
- Since:
- 4.1.0
-
returnValue :boolean
-
- Since:
- 4.1.0
-
scoped :boolean
-
- Since:
- 4.1.0
-
srcElement :Element|null
-
- Since:
- 4.1.0
-
stopImmediatePropagation
-
- Since:
- 4.1.0
-
stopPropagation
-
- Since:
- 4.1.0
-
target :EventTarget
-
- Since:
- 4.1.0
-
timeStamp :number
-
- Since:
- 4.1.0
-
type :string
-
- Since:
- 4.1.0