On this page
ObjectField
package haxe.macro
import haxe.macro.Expr
Available on all platforms
Represents the field of an object declaration.
Fields
optionalquotes:Null<QuoteStatus>
How the field name is quoted.
field:String
The name of the field.
expr:Expr
The field expression.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/macro/ObjectField.html