Preparing search index...
The search index is not available
@juulsgaard/rxjs-tools
@juulsgaard/rxjs-tools
ObservableQueueItemChange
Interface ObservableQueueItemChange<T>
Data indicating the change in state for an item in the Queue
interface
ObservableQueueItemChange
<
T
>
{
change
:
"removed"
|
"added"
;
index
:
number
;
item
:
T
;
}
Type Parameters
T
Hierarchy (
view full
)
ObservableQueueItem
<
T
>
ObservableQueueItemChange
Index
Properties
change
index
item
Properties
change
change
:
"removed"
|
"added"
index
index
:
number
item
item
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
index
item
@juulsgaard/rxjs-tools
Loading...
Data indicating the change in state for an item in the Queue