Variable rolesConst

roles: {
    [key: string]: number;
} = ...

A map of the various permission roles exposed in the user interface. The members are as follows:

  • admin
  • editor
  • author
  • reader
  • restrictedReader
  • noPerms
For example, to refer to the author role, the syntax would be:
LABKEY.Security.roles.author

Type declaration

  • [key: string]: number

Generated using TypeDoc