Optional
options: ObservableQueueOptionsReadonly
back$Observable returning the element at the back of the queue
Readonly
backObservable returning the current back element and whether it was just added
Readonly
empty$An observable emitting true if there are no items in the queue
Readonly
front$Observable returning the element at the front of the queue
Readonly
frontObservable returning the current front element and whether it was just added
Readonly
itemEmits for every item that is added to the list
Readonly
itemEmits for every item that is updated in the list, including the changes from an empty list to the current state
Readonly
itemEmits for every item that is removed from the list
Readonly
items$An observable emitting the items of the queue
Readonly
itemEmits for every item that is updated in the list
Readonly
length$An observable emitting the number of items in the queue
Readonly
updates$Emits all updates to the queue
True if there are no items in the queue
The number of items in the queue
The max size of the queue
An observable FIFO queue