UNPKG

@itwin/appui-abstract

Version:
31 lines 737 B
/** @packageDocumentation * @module Properties */ /** * Standard Type Names for converters and editors. * @public */ export declare enum StandardTypeNames { Text = "text", String = "string", DateTime = "dateTime",// locale specific ShortDate = "shortdate",// locale specific Boolean = "boolean", Bool = "bool", Float = "float", Double = "double", Int = "int", Integer = "integer", Number = "number", Hexadecimal = "hexadecimal", Hex = "hex", Enum = "enum", Point2d = "point2d", Point3d = "point3d", Navigation = "navigation", Composite = "composite", Array = "array", Struct = "struct", URL = "url" } //# sourceMappingURL=StandardTypeNames.d.ts.map