Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StructuralChildProperty<T>

Value of a property owned by a structural unit. 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: IObservableValue<T>

parent

parent: Structure

versionInfo

versionInfo: PropertyVersionInfo

Methods

assertPropertyAvailableInCurrentVersion

  • assertPropertyAvailableInCurrentVersion(): void

assertReadable

  • assertReadable(): void

assertWritable

  • assertWritable(): void

deepCopyInto

  • deepCopyInto(): void

dispose

  • dispose(): void

fireOnChange

  • fireOnChange(): void

get

  • get(): T

initialize

  • initialize(value: T): IObservableValue<T>

onChange

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

resolveReferences

  • resolveReferences(): void

set

  • set(value: T): void

updateWithRawValue

  • updateWithRawValue(value: any): void

Generated using TypeDoc