EntityInfo interface

プロパティ

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

メソッド

validateInstance(string)

プロパティの詳細

childOf

childOf: undefined | string

プロパティ値

undefined | string

comment

comment?: string

プロパティ値

string

definedIn

definedIn: undefined | string

プロパティ値

undefined | string

description

description?: LanguageStringType

プロパティ値

displayName

displayName?: LanguageStringType

プロパティ値

dtdlVersion

dtdlVersion: number

プロパティ値

number

entityKind

entityKind: "string" | "boolean" | "object" | "array" | "command" | "commandpayload" | "commandrequest" | "commandresponse" | "commandtype" | "enum" | "map" | "component" | "property" | "relationship" | "telemetry" | "date" | "datetime" | "double" | "duration" | "enumvalue" | "field" | "float" | "integer" | "interface" | "long" | "mapkey" | "mapvalue" | "time" | "unit" | "unitattribute" | "latenttype" | "namedlatenttype" | "reference"

プロパティ値

"string" | "boolean" | "object" | "array" | "command" | "commandpayload" | "commandrequest" | "commandresponse" | "commandtype" | "enum" | "map" | "component" | "property" | "relationship" | "telemetry" | "date" | "datetime" | "double" | "duration" | "enumvalue" | "field" | "float" | "integer" | "interface" | "long" | "mapkey" | "mapvalue" | "time" | "unit" | "unitattribute" | "latenttype" | "namedlatenttype" | "reference"

id

id: string

プロパティ値

string

languageVersion

languageVersion?: number

プロパティ値

number

supplementalProperties

supplementalProperties: {[x: string]: any}

プロパティ値

{[x: string]: any}

supplementalTypeIds

supplementalTypeIds: string[]

プロパティ値

string[]

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

プロパティ値

undefinedProperties

undefinedProperties: {[name: string]: any}

プロパティ値

{[name: string]: any}

undefinedTypes

undefinedTypes: string[]

プロパティ値

string[]

メソッドの詳細

validateInstance(string)

function validateInstance(instanceText: string): boolean

パラメーター

instanceText

string

戻り値

boolean