RoleCreateEntry

class RoleCreateEntry()

Audit log entry for a role creation action.

exported from lib.weeble.d

Extends:

Properties

RoleCreateEntry.actionType

type: readonly 30

The type of action this entry represents.

RoleCreateEntry.changes

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

Raw changes object (use subclass for typed access).