MemberMoveEntry

class MemberMoveEntry()

Base class for all audit log entries. Use a subclass narrowed by actionType for typed change access.

exported from lib.weeble.d

Extends:

Properties

MemberMoveEntry.actionType

type: readonly 26

The type of action this entry represents.

MemberMoveEntry.changes

type: readonly Record<string, never>

Raw changes object (use subclass for typed access).