MemberRoleUpdateEntry

class MemberRoleUpdateEntry()

Audit log entry for a member role update (roles added/removed).

exported from lib.weeble.d

Extends:

Properties

MemberRoleUpdateEntry.actionType

type: readonly 25

The type of action this entry represents.

MemberRoleUpdateEntry.changes

type: readonly { $add?: IActionChangeNewValue<{ id: string; name: string; }[]>; $remove?: IActionChangeOldValue<{ id: string; name: string; }[]>; }

Raw changes object (use subclass for typed access).