ParentAware.parent

Set the parent of object.

  1. Type parent [@property setter]
    interface ParentAware(Type)
    @property
    parent
    (
    Type parent
    )
    if (
    is(Type == interface) ||
    is(Type == class)
    )
  2. Type parent [@property getter]

Parameters

parent Type

the parent for this object.

Return Value

Type: ParentAware!Type

ParentAware!Type

Meta