AccessExpressionPartProps
Members
Section titled “Members”args | optionalboolean | Children[] Emit a function call. |
children | optionalChildren |
conditional | optionalboolean Whether this part should use conditional access. |
id | optionalstring The identifier to use for this part. |
index | optionalChildren Create an element access part with a single indexer argument. Mutually
exclusive with the |
indexerArgs | optionalChildren[] Create an element access part with multiple indexer arguments. Mutually
exclusive with the |
nullable | optionalboolean Whether this part could possibly be null. Will guard member and element access with a conditional access operator. Passing this is not necessary if you provide a symbol or refkey and the symbol’s nullable flag is set. |
refkey | optionalRefkeyable A refkey for the symbol whose name becomes this part’s identifier. When a refkey is provided for the first part, it will be fully resolved. Otherwise, just the symbol’s name is used. |
symbol | optional[unresolved link] The symbol whose name becomes this part’s identifier. |
typeArgs | optionalChildren[] Type arguments to pass to a member access. |