Class ChildNodeFactory<Source, Target, Child>

Information on how to retrieve a child node.

The setter could be null, if the property is not mutable. In that case the value must necessarily be passed when constructing the parent.

Type Parameters

  • Source
  • Target
  • Child

Constructors

Properties

Methods

Constructors

Properties

get: ((source) => any)

Type declaration

    • (source): any
    • Parameters

      Returns any

name: string
setter?: ((target, child?) => void)

Type declaration

    • (target, child?): void
    • Parameters

      Returns void

Methods

Generated using TypeDoc