LocatorAware

Interface for objects that are aware about an locator, and accept one of them.

interface LocatorAware (
Type = Object
KeyType = string
) {}

Members

Properties

locator
Locator!(Type, KeyType) locator [@property setter]

Set a locator to object.

Meta