Optionaloptions: ObservableQueueOptionsReadonlyback$Observable returning the element at the back of the queue
ReadonlybackObservable returning the current back element and whether it was just added
Readonlyempty$An observable emitting true if there are no items in the queue
Readonlyfront$Observable returning the element at the front of the queue
ReadonlyfrontObservable returning the current front element and whether it was just added
ReadonlyitemEmits for every item that is added to the list
ReadonlyitemEmits for every item that is updated in the list, including the changes from an empty list to the current state
ReadonlyitemEmits for every item that is removed from the list
Readonlyitems$An observable emitting the items of the queue
ReadonlyitemEmits for every item that is updated in the list
Readonlylength$An observable emitting the number of items in the queue
Readonlyupdates$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