Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrimitiveListProperty<T>

Primitive-typed property values list.

Type parameters

  • T

Hierarchy

Index

Constructors

constructor

  • parent is the structure that the value of this property attaches to, so e.g. for all values item of Part(List)Property we (should) have the invariant: item.container === this.parent.

    initialValue is default value except parts and GUID-typed primitives. (by-id/name references do not have default values.)

    Parameters

    Returns PrimitiveListProperty

Properties

declaredOn

declaredOn: IStructureClass

disposer

disposer: function | undefined

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: T[]): void

Generated using TypeDoc