Show / Hide Table of Contents

Enum FieldOptions.Types.JSType

Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public enum JSType

Fields

Name Description
JsNormal

Use the default type.

JsNumber

Use JavaScript numbers.

JsString

Use JavaScript strings.

Back to top