@azure/dtdl-parser package

Classes

MaterialTypeNameCollection

A collection of all material type names

Interfaces

ArrayInfo
BooleanInfo
CommandInfo
CommandPayloadInfo
CommandRequestInfo
CommandResponseInfo
CommandTypeInfo
ComplexSchemaInfo
ComponentInfo
ContentInfo
DateInfo
DateTimeInfo
DoubleInfo
DurationInfo
EntityInfo
EnumInfo
EnumValueInfo
FieldInfo
FloatInfo
IntegerInfo
InterfaceInfo
LatentTypeInfo
LongInfo
MapInfo
MapKeyInfo
MapValueInfo
ModelParser
NamedEntityInfo
NamedLatentTypeInfo
NumericSchemaInfo
ObjectInfo
ParsingError
PrimitiveSchemaInfo
PropertyInfo
RelationshipInfo
SchemaFieldInfo
SchemaInfo
StringInfo
SupplementalPropertyInfo

Interface that provides information about a property that can be applied to a DTDL element that has a supplemental type.

SupplementalTypeCollection
SupplementalTypeInfo

Interface that provides information about a type is not materialized as a material class.

TelemetryInfo
TemporalSchemaInfo
TimeInfo
UnitAttributeInfo
UnitInfo
ValueConstraint

Type Aliases

EntityKinds
LanguageStringType
ModelDict

Enums

ExtensionKind
ModelParsingOption
TraversalStatus

Functions

createParser(ModelParsingOption)

Function for creation of the model parser.

Function Details

createParser(ModelParsingOption)

Function for creation of the model parser.

function createParser(parsingOptions: ModelParsingOption): ModelParser

Parameters

parsingOptions
ModelParsingOption

Returns