LocatorAwareMixin.locator

Set locator

  1. Locator!(Type, KeyType) locator [@property setter]
    mixintemplate LocatorAwareMixin(Type = Object, KeyType = string)
    @property @safe nothrow
    typeof(this)
    locator
    (
    Locator!(Type, KeyType) locator
    )
  2. inout(Locator!(Type, KeyType)) locator [@property getter]

Parameters

locator Locator!(Type, KeyType)

the locator used somehow by locator aware component

Return Value

Type: typeof(this)

typeof(this)

Meta