Readonly
bottom$Observable returning the element at the bottom of the stack
Readonly
bottomObservable returning the current bottom element and whether it was just added
Readonly
empty$An observable emitting true if there are no items in the stack
Readonly
itemEmits for every item that is added to the stack
Readonly
itemEmits for every item that is added/removed in the stack, including the changes from an empty stack to the current state
Readonly
itemEmits for every item that is removed from the stack
Readonly
items$An observable containing the items of the stack from bottom to top
Readonly
itemEmits for every item that is added or removed from the stack
Readonly
length$An observable emitting the number of items in the stack
Readonly
top$Observable returning the element at the top of the stack
Readonly
topObservable returning the current top element and whether it was just added
Readonly
updates$Emits all updates to the stack
True if there are no items in the stack
The number of items in the stack
An observable FILO stack