JsonTypeKind<T>(String)

package haxe.display

import haxe.display.JsonModuleTypes

Available on all platforms

Variables

inlineread onlyTAbstract:JsonTypeKind<JsonTypePathWithParams> = "TAbstract"

inlineread onlyTAnonymous:JsonTypeKind<JsonAnon> = "TAnonymous"

inlineread onlyTDynamic:JsonTypeKind<Null<JsonType<Dynamic>>> = "TDynamic"

inlineread onlyTEnum:JsonTypeKind<JsonTypePathWithParams> = "TEnum"

inlineread onlyTFun:JsonTypeKind<JsonFunctionSignature> = "TFun"

inlineread onlyTInst:JsonTypeKind<JsonTypePathWithParams> = "TInst"

inlineread onlyTMono:JsonTypeKind<T> = "TMono"

inlineread onlyTType:JsonTypeKind<JsonTypePathWithParams> = "TType"

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/display/JsonTypeKind.html