Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StructuralChildProperty<T>

Value of a property owned by a structural unit.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

declaredOn

declaredOn: IStructureClass

disposer

disposer: function | undefined

isAvailable

isAvailable: boolean

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: IObservableValue<T | null>

parent

parent: Structure

Accessors

versionInfo

Methods

deepCopyInto

  • deepCopyInto(): void

detachValue

  • detachValue(): void
  • Returns void

dispose

  • dispose(): void

get

  • get(): T | null

reportAvailabilityIssues

  • reportAvailabilityIssues(): void

set

  • set(value: T | null): void
  • Parameters

    • value: T | null

    Returns void

updateWithRawValue

  • updateWithRawValue(value: any): void

Generated using TypeDoc