ParentAware.parent

Get the parent of object

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

Return Value

Type: Type

parent or null if no parent were present.

Meta