This is a structure reporting errors and warnings about prerequisites of Viewer. It is result of check() static method.

Name

CheckResult

Hierarchy

  • CheckResult

Constructors

Properties

Constructors

Properties

errors: string[] = []

If this array contains any errors Viewer won't work at all or won't work as expected. You can use messages in this array to report problems to user. However, user won't probably be able to do to much with it except trying to use different browser. IE10- are not supported for example. The latest version of IE should be all right.

Member

errors

noErrors: boolean = false

If false Viewer won't work at all or won't work as expected. You can use messages in errors array to report problems to user. However, user won't probably be able to do to much with it except trying to use different browser. IE10- are not supported for example. The latest version of IE should be all right.

Member

noErrors

noWarnings: boolean = false

If false Viewer will work but it might be slow or may not support full functionality. Use warnings array to report problems.

Member

noWarnings

warnings: string[] = []

If this array contains any warnings Viewer will work but it might be slow or may not support full functionality.

Member

warnings

Generated using TypeDoc