ixfx
Preparing search index...
@ixfx/collections
Stacks
StackDiscardPolicy
Type Alias StackDiscardPolicy
StackDiscardPolicy
:
"older"
|
"newer"
|
"additions"
Policies for discarding items when the stack is full and new items are added.
'older': Older items are discarded first, and then pushed items added
'newer': Newer items are discarded first, and then pushed items added
'additions': Rather than remove from the stack, we remove from the set of items being pushed. This acts as an 'overflow' kind of logic.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Policies for discarding items when the stack is full and new items are added.