UserType class

A user's type status within the application

Signature:

export declare abstract class UserType 

Properties

PropertyModifiersTypeDescription
Creator

static

readonly

(not declared)A user that has the ability to create Ooohs
User

static

readonly

(not declared)The default access type

UserType.Creator property

A user that has the ability to create Ooohs

Signature:

static readonly Creator = 1;

UserType.User property

The default access type

Signature:

static readonly User = 0;