NamedEntityInfo interface

Extends

Propiedades

entityKind
name

Propiedades heredadas

childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedTypes

Métodos heredados

validateInstance(string)

Detalles de las propiedades

entityKind

entityKind: "command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"

Valor de propiedad

"command" | "commandpayload" | "commandrequest" | "commandresponse" | "component" | "property" | "relationship" | "telemetry" | "enumvalue" | "field" | "mapkey" | "mapvalue" | "unitattribute" | "namedlatenttype"

name

name?: string

Valor de propiedad

string

Detalles de las propiedades heredadas

childOf

childOf: undefined | string

Valor de propiedad

undefined | string

Heredado deEntityInfo.childOf

comment

comment?: string

Valor de propiedad

string

Heredado deEntityInfo.comment

definedIn

definedIn: undefined | string

Valor de propiedad

undefined | string

Heredado deEntityInfo.definedIn

description

description?: LanguageStringType

Valor de propiedad

Heredado deEntityInfo.description

displayName

displayName?: LanguageStringType

Valor de propiedad

Heredado deEntityInfo.displayName

dtdlVersion

dtdlVersion: number

Valor de propiedad

number

Heredado deEntityInfo.dtdlVersion

id

id: string

Valor de propiedad

string

Heredado deEntityInfo.id

languageVersion

languageVersion?: number

Valor de propiedad

number

Heredado deEntityInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Valor de propiedad

{[x: string]: any}

Heredado deEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Valor de propiedad

string[]

Heredado deEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Valor de propiedad

Heredado deEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Valor de propiedad

{[name: string]: any}

Heredado deEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Valor de propiedad

string[]

Heredado deEntityInfo.undefinedTypes

Detalles de los métodos heredados

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parámetros

instanceText

string

Devoluciones

boolean

Heredado deEntityInfo.validateInstance