Constructs class member.
Requested member name.
May start with #
. In this case, if visibility is either unspecified or
private, the leading #
is automatically removed.
Optional
init: EsMemberInitMember initialization options.
Optional
__handle__Brand field to make type inference work.
Requested member name.
Note that the class may decide to rename it in order to resolve naming conflicts.
Visibility of this member.
Declares member automatically rather explicitly.
Called by host class if this member is not declared in the base class.
Automatic declaration would be disposed of once the member is declared explicitly.
Host class to declare member for.
Incomplete member reference.
ReferenceError by default.
Declares this property in the given class.
Host class to declare field in.
Optional
declaration: EsPropertyDeclarationAccessor declaration details.
Declared property handle.
Inherits this member from the base class.
Called by host class to update inherited member handle.
Returns the handle
as is by default.
Host class to inherit member for.
Inherited member reference.
Base class the member inherited from.
Member handle updated for inherited member.
Generated using TypeDoc
Class property representation.