OpenVeo server API for plugins

API Docs for: 7.0.0
Show:

ValueExpression

Summary

A JavaScript value expression as angularJsApp.value().

Constructor

ValueExpression

Syntax

ValueExpression

(
  • expression
)

Summary

Parameters:

  • expression Object

    The value call expression as returned by esprima

Item Index

Methods

Methods

isValid

Syntax

isValid

() Boolean

Summary

Validates that the expression is an AngularJS value definition expression.

An AngularJS value definition expression must have two arguments:

  • The name of the value to define
  • Could be anything

Returns:

Boolean:

true if this is a valid AngularJS value expression, false otherwise