Value

[ Interface ]

export type Value = StaticValue | Symbol | EventDataObject | FunctionExpression;

This interface can be implemented by either a StaticValue, a Symbol, an EventDataObject or a FunctionExpression.

Value 1:

Available from 1.8