EnumValueInfo interface

Rozszerzenie

Właściwości

entityKind
enumValue

Właściwości dziedziczone

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

Metody dziedziczone

validateInstance(string)

Szczegóły właściwości

entityKind

entityKind: "enumvalue"

Wartość właściwości

"enumvalue"

enumValue

enumValue?: any

Wartość właściwości

any

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

childOf

childOf: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poNamedEntityInfo.childOf

comment

comment?: string

Wartość właściwości

string

Odziedziczone poNamedEntityInfo.comment

definedIn

definedIn: undefined | string

Wartość właściwości

undefined | string

Odziedziczone poNamedEntityInfo.definedIn

description

description?: LanguageStringType

Wartość właściwości

Odziedziczone poNamedEntityInfo.description

displayName

displayName?: LanguageStringType

Wartość właściwości

Odziedziczone poNamedEntityInfo.displayName

dtdlVersion

dtdlVersion: number

Wartość właściwości

number

Odziedziczone poNamedEntityInfo.dtdlVersion

id

id: string

Wartość właściwości

string

Odziedziczone poNamedEntityInfo.id

languageVersion

languageVersion?: number

Wartość właściwości

number

Odziedziczone poNamedEntityInfo.languageVersion

name

name?: string

Wartość właściwości

string

Odziedziczone poNamedEntityInfo.name

supplementalProperties

supplementalProperties: {[x: string]: any}

Wartość właściwości

{[x: string]: any}

Odziedziczone poNamedEntityInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Wartość właściwości

string[]

Odziedziczone poNamedEntityInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Wartość właściwości

Odziedziczone poNamedEntityInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Wartość właściwości

{[name: string]: any}

Odziedziczone poNamedEntityInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Wartość właściwości

string[]

Odziedziczone poNamedEntityInfo.undefinedTypes

Szczegóły metody dziedziczonej

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parametry

instanceText

string

Zwraca

boolean

Odziedziczone poNamedEntityInfo.validateInstance