DevExtreme Vue - EdmLiteral Methods

This section describes methods that control an EdmLiteral instance.

ctor(value)

Creates an EdmLiteral instance with a new value.

Parameters:
value:

String

A value in a format the OData's Abstract Type System defines.

valueOf()

Gets the EdmLiteral's value converted to a string.

Return Value:

String

The value.