type property

RuntimeCompletionExpressionType? type
getter/setter pair

When the expression is sent from the server to the client, the type is omitted. The client should fill the type when it sends the request to the server again.

Implementation

RuntimeCompletionExpressionType? type;