InterfaceInfo interface

Rozszerzenie

Właściwości

contents
entityKind
extends
schemas

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

contents

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

Wartość właściwości

{[value: string]: ContentInfo}

entityKind

entityKind: "interface"

Wartość właściwości

"interface"

extends

extends?: InterfaceInfo[]

Wartość właściwości

schemas

schemas?: ComplexSchemaInfo[]

Wartość właściwości

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