View source
enum abstract ImportStatus(Int)
package haxe.display
import haxe.display.JsonModuleTypes
Available on all platforms
Variables
inlineread onlyImported:ImportStatus = 0
This type is already available with it's unqualified name for one of these reasons:
- it's a toplevel type
- it's imported with an import
in the current module
- it's imported in an import.hx
file
inlineread onlyShadowed:ImportStatus = 2
A type with the same name is already imported in the module. The fully qualified name has to be used to access it.
inlineread onlyUnimported:ImportStatus = 1
The type is currently not imported. It can be accessed either with its fully qualified name or by inserting an import.