Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StructuralChildListProperty<T>

Property instance that wraps a list of structural units. Structural child values are updated through AbstractModel._addUnitToStructuralParent

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

declaredOn

declaredOn: any

handle

handle: function

Type declaration

    • (): void
    • Returns void

isAvailable

isAvailable: boolean

Returns true if this property is not deleted, and already availabe in the current model version

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: IObservableArray<T>

parent

parent: Structure

versionInfo

versionInfo: PropertyVersionInfo

Methods

assertPropertyAvailableInCurrentVersion

  • assertPropertyAvailableInCurrentVersion(): void

assertReadable

  • assertReadable(): void

assertWritable

  • assertWritable(): void

deepCopyInto

  • deepCopyInto(clone: any): void

dispose

  • dispose(): void

fireOnChange

  • fireOnChange(): void

get

initialize

  • initialize(values: any): any

onChange

  • onChange(...args: any[]): void

resolveReferences

  • resolveReferences(): void

set

  • set(value: T[]): void

updateWithRawValue

  • updateWithRawValue(value: any): void

Generated using TypeDoc