Readonlybottom$Observable returning the element at the bottom of the stack
ReadonlybottomObservable returning the current bottom element and whether it was just added
Readonlyempty$An observable emitting true if there are no items in the stack
ReadonlyitemEmits for every item that is added to the stack
ReadonlyitemEmits for every item that is added/removed in the stack, including the changes from an empty stack to the current state
ReadonlyitemEmits for every item that is removed from the stack
Readonlyitems$An observable containing the items of the stack from bottom to top
ReadonlyitemEmits for every item that is added or removed from the stack
Readonlylength$An observable emitting the number of items in the stack
Readonlytop$Observable returning the element at the top of the stack
ReadonlytopObservable returning the current top element and whether it was just added
Readonlyupdates$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