Module repository

Source

Structsยง

DisplayRedo
DisplayUndo
GetByNameArgs
GetByNameStartArgs
Record
Repository

Enumsยง

Change
Represents a modification to be applied to the Repository. This is passed to Repository::modify() to be applied. An object is used to represent the change because every operation has an opposite; for instance, Unsave is the opposite of Save, and Edit is the opposite of Edit. This opposite is inserted into the undo history and can be applied using Repository::undo().
Error
KeyValue
RecordSource
RecordStatus
ThingType

Constantsยง

RECENT_MAX_LEN ๐Ÿ”’
UNDO_HISTORY_LEN ๐Ÿ”’

Type Aliasesยง

Name ๐Ÿ”’