View source
enum abstract EnumFieldOriginKind<T>(Int)
package haxe.display
import haxe.display.Display
Available on all platforms
Variables
inlineread onlySelf:EnumFieldOriginKind<JsonModuleType<T>> = 0
The enum value is declared on the current type itself.
inlineread onlyStaticImport:EnumFieldOriginKind<JsonModuleType<T>> = 1
The enum value is brought into context via a static import
(import pack.Module.Enum.Value
).