Skip to content

editorGlobalsRetentionPolicy

Enumeration: RetentionPolicy

Index

Enumeration members

Enumeration members

All

All:

Defined in src/util/RetainableQueue.ts:7

All enqueued elements will be retained.


FirstAndLast

FirstAndLast:

Defined in src/util/RetainableQueue.ts:17

At most two elements will be retained, the first ever element enqueued and the most recently enqueued element.


None

None:

Defined in src/util/RetainableQueue.ts:12

No elements will be retained.