Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumListProperty<T>

A property value that is a list of enum literals.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

declaredOn

declaredOn: IStructureClass

disposer

disposer: function | undefined

Protected enumType

enumType: object

Type declaration

isAvailable

isAvailable: boolean

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: IList<T>

parent

parent: Structure

Accessors

versionInfo

Methods

deepCopyInto

dispose

  • dispose(): void

get

reportAvailabilityIssues

  • reportAvailabilityIssues(): void

updateWithRawValue

  • updateWithRawValue(value: any[]): void

Generated using TypeDoc