Dexie Logo
Documentation

Role

Object interface for db.roles table.
interface Role {
  realmId: string;
  name: string;
  permissions: DBPermissionSet;
  description?: string;
  displayName?: string;
  sortOrder?: number;
}

See Also

© 2014-2025 Awarica AB

Made with love for great people.

Read Terms & Conditions and Privacy Policy.