StringInfo interface

Extends

プロパティ

entityKind

継承されたプロパティ

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

継承されたメソッド

validateInstance(string)

プロパティの詳細

entityKind

entityKind: "string"

プロパティ値

"string"

継承されたプロパティの詳細

childOf

childOf: undefined | string

プロパティ値

undefined | string

PrimitiveSchemaInfo.childOfから継承

comment

comment?: string

プロパティ値

string

承元PrimitiveSchemaInfo.comment

definedIn

definedIn: undefined | string

プロパティ値

undefined | string

PrimitiveSchemaInfo.definedInから継承

description

description?: LanguageStringType

プロパティ値

承元PrimitiveSchemaInfo.description

displayName

displayName?: LanguageStringType

プロパティ値

PrimitiveSchemaInfo.displayNameから継承

dtdlVersion

dtdlVersion: number

プロパティ値

number

PrimitiveSchemaInfo.dtdlVersionから継承

id

id: string

プロパティ値

string

承元 PrimitiveSchemaInfo.id

languageVersion

languageVersion?: number

プロパティ値

number

承元PrimitiveSchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

プロパティ値

{[x: string]: any}

PrimitiveSchemaInfo.supplementalPropertiesから継承

supplementalTypeIds

supplementalTypeIds: string[]

プロパティ値

string[]

PrimitiveSchemaInfo.supplementalTypeIdsから継承

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

プロパティ値

PrimitiveSchemaInfo.supplementalTypesから継承

undefinedProperties

undefinedProperties: {[name: string]: any}

プロパティ値

{[name: string]: any}

PrimitiveSchemaInfo.undefinedPropertiesから継承

undefinedTypes

undefinedTypes: string[]

プロパティ値

string[]

PrimitiveSchemaInfo.undefinedTypesから継承

継承済みメソッドの詳細

validateInstance(string)

function validateInstance(instanceText: string): boolean

パラメーター

instanceText

string

戻り値

boolean

PrimitiveSchemaInfo.validateInstanceから継承