RoleUpdateEntry

class RoleUpdateEntry()

Audit log entry for a role update action.

exported from lib.weeble.d

Extends:

Properties

RoleUpdateEntry.actionType

type: readonly 31

The type of action this entry represents.

RoleUpdateEntry.changes

type: readonly { color?: IActionChange<number>; hoist?: IActionChange<boolean>; mentionable?: IActionChange<boolean>; name?: IActionChange<string>; permissions?: IActionChange<bigint>; }

Raw changes object (use subclass for typed access).