MemberExpressionPartProps
Members
args | optionalChildren[] | boolean Arguments to construct a call expression. |
id | optionalstring The identifier for this part of the member expression. |
nullish | optionalboolean This part is nullish. Subsequent parts use conditional access operators. |
refkey | optionalRefkey A refkey for a symbol whose name becomes the identifier. |
symbol | optionalMemberDeclaration context interface A symbol whose name becomes the identifier. |