MemberExpressionPartProps
Members
Section titled “Members”| args | optionalChildren[] | booleanArguments to construct a call expression. |
| children | optionalChildrenThe contents of this part. When passed, overrides the other props except nullish. |
| id | optionalstring | numberThe identifier for this part of the member expression. |
| index | optionalnumberThe index for this part of the member expression. This is used when
the part is an array access (i.e. |
| nullish | optionalbooleanThis part is nullish. Subsequent parts use conditional access operators. |
| quoteId | optionalbooleanWhether the identifier should be quoted or not. Only needed when
providing the |
| refkey | optionalRefkeyA refkey for a symbol whose name becomes the identifier. |
| symbol | optionalMemberDeclaration context interfaceA symbol whose name becomes the identifier. |