InterfaceInfo interface

Extends

屬性

contents
entityKind
extends
schemas

繼承的屬性

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

繼承的方法

validateInstance(string)

屬性詳細資料

contents

contents?: {[value: string]: ContentInfo}

屬性值

{[value: string]: ContentInfo}

entityKind

entityKind: "interface"

屬性值

"interface"

extends

extends?: InterfaceInfo[]

屬性值

schemas

schemas?: ComplexSchemaInfo[]

屬性值

繼承的屬性詳細資料

childOf

childOf: undefined | string

屬性值

undefined | string

繼承自EntityInfo.childOf

comment

comment?: string

屬性值

string

繼承自EntityInfo.comment

definedIn

definedIn: undefined | string

屬性值

undefined | string

繼承自EntityInfo.definedIn

description

description?: LanguageStringType

屬性值

繼承自EntityInfo.description

displayName

displayName?: LanguageStringType

屬性值

繼承自EntityInfo.displayName

dtdlVersion

dtdlVersion: number

屬性值

number

繼承自EntityInfo.dtdlVersion

id

id: string

屬性值

string

繼承自 EntityInfo.id

languageVersion

languageVersion?: number

屬性值

number

繼承自EntityInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

屬性值

{[x: string]: any}

繼承自EntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

屬性值

string[]

繼承自EntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

屬性值

繼承自EntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

屬性值

{[name: string]: any}

繼承自EntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

屬性值

string[]

繼承自EntityInfo.undefinedTypes

繼承的方法的詳細資料

validateInstance(string)

function validateInstance(instanceText: string): boolean

參數

instanceText

string

傳回

boolean

繼承自EntityInfo.validateInstance