Options
All
  • Public
  • Public/Protected
  • All
Menu

Value of a property owned by a structural unit.

Type parameters

Hierarchy

Index

Constructors

  • 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.)

    Type parameters

    Parameters

    Returns StructuralChildProperty<T>

Properties

_skipOnChange: boolean = false
internal
declaredOn: IStructureClass
disposer: undefined | (() => void)
isAvailable: boolean = false
isPublic: boolean = false
isRequired: boolean = false
name: string
observableValue: IObservableValue<null | T>

Accessors

  • get versionInfo(): PropertyVersionInfo
  • Returns PropertyVersionInfo

Methods

  • _toJSON(): never
  • assertReadable(): void
  • assertWritable(): void
  • deepCopyInto(): void
  • detachValue(): void
  • Returns void

  • dispose(): void
  • get(): null | T
  • initialize(value: T): { observableValue: IObservableValue<T> }
  • internal

    Parameters

    • value: T

    Returns { observableValue: IObservableValue<T> }

    • observableValue: IObservableValue<T>
  • reportAvailabilityIssues(): void
  • set(value: null | T): void
  • Parameters

    • value: null | T

    Returns void

  • shouldHandleChange(): boolean
  • updateWithRawValue(value: any): void

Generated using TypeDoc