NamedEntityInfo interface

Rozszerzenie

Właściwości

entityKind
name

Właściwości dziedziczone

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

Metody dziedziczone

validateInstance(string)

Szczegóły właściwości

entityKind

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

Wartość właściwości

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

name

name?: string

Wartość właściwości

string

Szczegóły właściwości dziedziczonej

childOf

childOf: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poEntityInfo.childOf

comment

comment?: string

Wartość właściwości

string

Odziedziczone poEntityInfo.comment

definedIn

definedIn: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poEntityInfo.definedIn

description

description?: LanguageStringType

Wartość właściwości

Odziedziczone poEntityInfo.description

displayName

displayName?: LanguageStringType

Wartość właściwości

Odziedziczone poEntityInfo.displayName

dtdlVersion

dtdlVersion: number

Wartość właściwości

number

Odziedziczone poEntityInfo.dtdlVersion

id

id: string

Wartość właściwości

string

Odziedziczone poEntityInfo.id

languageVersion

languageVersion?: number

Wartość właściwości

number

Odziedziczone poEntityInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Wartość właściwości

{[x: string]: any}

Odziedziczone poEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Wartość właściwości

string[]

Odziedziczone poEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Wartość właściwości

Odziedziczone poEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Wartość właściwości

{[name: string]: any}

Odziedziczone poEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Wartość właściwości

string[]

Odziedziczone poEntityInfo.undefinedTypes

Szczegóły metody dziedziczonej

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Zwraca

boolean

Odziedziczone poEntityInfo.validateInstance