MemberExpressionPartProps
Members
args | optionalChildren[] | boolean Arguments to construct a call expression. |
children | optionalChildren The contents of this part. When passed, overrides the other props except nullish. |
id | optionalstring | number The identifier for this part of the member expression. |
index | optionalnumber The index for this part of the member expression. This is used when
the part is an array access (i.e. |
nullish | optionalboolean This part is nullish. Subsequent parts use conditional access operators. |
quoteId | optionalboolean Whether the identifier should be quoted or not. Only needed when
providing the |
refkey | optionalRefkey A refkey for a symbol whose name becomes the identifier. |
symbol | optionalMemberDeclaration context interface A symbol whose name becomes the identifier. |