You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/achandling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ A list of commonly used functions to access AutoConnectElements with your Sketch
30
30
31
31
- `[]` operator : Access to an AutoConnectElement by specified element name.
32
32
- `getElement` function : Access to an AutoConnectElement by specified element name.
33
-
- `as<>` function : Cast from a variant of `AutoConnectElemnet` type to an actual type such as `AutoConnectText` or `AutoConnectInput` etc. To access attributes that exist only in the actual type, it is necessary to convert from the `AutoConnectElement` type obtained with `[]` operator or `getElement` function.
33
+
- `as<>` function : Cast from a variant of `AutoConnectElement` type to an actual type such as `AutoConnectText` or `AutoConnectInput` etc. To access attributes that exist only in the actual type, it is necessary to convert from the `AutoConnectElement` type obtained with `[]` operator or `getElement` function.
34
34
35
35
See the section [Get AutoConnectElement from the AutoConnectAux](achandling.md#get-autoconnectelement-from-the-autoconnectaux) and the section [AutoConnectElements API](apielements.md) for usage examples and API specifications for each above function.
0 commit comments