Readonly
bottomSignal returning the element at the bottom of the stack
Readonly
bottomSignal returning the current bottom element and whether it was just added
Readonly
emptyA signal emitting true if there are no items in the stack
Readonly
itemsA signal containing the items of the stack from bottom to top
Readonly
lengthA signal emitting the number of items in the stack
Readonly
topSignal returning the element at the top of the stack
Readonly
topSignal returning the current top element and whether it was just added
A signal based FILO stack