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.
Available from 1.8 |
[ Interface ]
export type Value = StaticValue | Symbol | EventDataObject | FunctionExpression;
This interface can be implemented by either a StaticValue, a Symbol, an EventDataObject or a FunctionExpression.
Available from 1.8 |