ExternalTarget

Used for third-party inclusion.

abstract
class ExternalTarget : Target {}

Members

Properties

isExternal
bool isExternal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Target

_properties
Properties _properties;
Undocumented in source.
context
MagicContext context;
Undocumented in source.
properties
inout(Properties) properties [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
__anonymous
mixin PropertiesOperators!_properties
Undocumented in source.
isExternal
bool isExternal [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
configure
void configure()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta