Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "contracts"

Index

Type aliases

ApiHookExecutor

ApiHookExecutor: function

Executes an api hook.

param

The arguments for the execution.

returns

The result.

Type declaration

ApiHookResult

ApiHookResult: PromiseLike<any> | void

The result of an API hook execution.

ApiHookType

ApiHookType: string | ApiHook

Type of an API hook entry.

ApiMethod

ApiMethod: function

An API method.

param

The arguments.

returns

The result.

Type declaration

ApiMethodResult

ApiMethodResult: PromiseLike<any> | void

The result of an API method.

PopupButtonAction

PopupButtonAction: function

A popup button action.

Type declaration

    • (): void
    • Returns void

UserPreparerExecutor

UserPreparerExecutor: function

Prepares an user.

param

The arguments for the execution.

returns

The result.

Type declaration

Validator

Validator: function

A function that validates a value.

param

The arguments.

returns

The result.

Type declaration

Variables

Const VAR_HTML_DOCS

VAR_HTML_DOCS: "vsraHtmlDoc" = "vsraHtmlDoc"

Variable for storing HTML documents.

Const VAR_NEXT_HTML_DOC_ID

VAR_NEXT_HTML_DOC_ID: "vsraNextHtmlDocId" = "vsraNextHtmlDocId"

Variable for storing the next ID for HTML documents.

Const VAR_STATE

VAR_STATE: "vsraState" = "vsraState"

Variable for saving a state.

Generated using TypeDoc