Creates the named member accessor expression.
If the given name is safe to be used as ID, a .name syntax is used. A ['name'] syntax is used otherwise.
name
.name
['name']
Private member names always converted to the safe form and prepended by # sign.
#
Accessed member name.
Accessed member visibility. Public by default.
Member accessor to be appended to host object reference..
Member key that can be used e.g. within class declarations or as object literal key.
Generated using TypeDoc
Creates the named member accessor expression.
If the given
name
is safe to be used as ID, a.name
syntax is used. A['name']
syntax is used otherwise.Private member names always converted to the safe form and prepended by
#
sign.