Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "host/users"

Index

Variables

Const Glob

Glob: any = require('glob')

Const VAR_CAN_ACTIVATE

VAR_CAN_ACTIVATE: "can_activate" = "can_activate"

Name of a variable that defines if an user has the right activate extensions or not.

Const VAR_CAN_ANYTHING

VAR_CAN_ANYTHING: "can_anything" = "can_anything"

Name of a variable that defines if an user has the right to do anything with the API or not.

Const VAR_CAN_CLOSE

VAR_CAN_CLOSE: "can_close" = "can_close"

Name of a variable that defines if an user has the right to close editor tabs or not.

Const VAR_CAN_CREATE

VAR_CAN_CREATE: "can_create" = "can_create"

Name of a variable that defines if an user has the right to create things like output channels or not or not.

Const VAR_CAN_DELETE

VAR_CAN_DELETE: "can_delete" = "can_delete"

Name of a variable that defines if an user has the right to delete items or not.

Const VAR_CAN_DEPLOY

VAR_CAN_DEPLOY: "can_deploy" = "can_deploy"

Name of a variable that defines if an user has the right to deploy files or not.

Const VAR_CAN_EXECUTE

VAR_CAN_EXECUTE: "can_execute" = "can_execute"

Name of a variable that defines if an user can execute commands or not.

Const VAR_CAN_OPEN

VAR_CAN_OPEN: "can_open" = "can_open"

Name of a variable that defines if an user can open an editor tab or not.

Const VAR_CAN_WRITE

VAR_CAN_WRITE: "can_write" = "can_write"

Name of a variable that defines if an user has write access or not.

Const VAR_WITH_DOT

VAR_WITH_DOT: "with_dot" = "with_dot"

Name of a variable that defines if an user can see directories with leading dots or not.

Functions

getUser

Object literals

Const DEFAULT_USER

DEFAULT_USER: object

__globals

__globals: object

Type declaration

Generated using TypeDoc