Saxonberg Server API
Preparing search index...
mud/lib/command/CommandGiver
RecencyEntry
Interface RecencyEntry
One entry on the recency stack.
interface
RecencyEntry
{
bucket
:
RecencyBucket
;
commands
:
CommandDefinition
[]
;
seq
:
number
;
source
:
RecencySource
;
}
Index
Properties
bucket
commands
seq
source
Properties
bucket
bucket
:
RecencyBucket
commands
commands
:
CommandDefinition
[]
seq
seq
:
number
Monotonic sequence number — debug-aid, stable order tiebreaker.
source
source
:
RecencySource
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bucket
commands
seq
source
Saxonberg Server API
Loading...
One entry on the recency stack.