File tree 9 files changed +9
-9
lines changed
src/content/docs/plugin-api
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ import CameraSetView from "@code/plugin-api/camera/camera-set-view?raw";
595
595
## Events
596
596
597
597
:::note
598
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
598
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
599
599
:::
600
600
601
601
### move
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ import PostExtensionCode from "@code/plugin-api/extension/post-extension?raw";
149
149
## Events
150
150
151
151
:::note
152
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
152
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
153
153
:::
154
154
155
155
### message
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ import selectFeaturesLayerCode from "@code/plugin-api/layers/selectfeatures-laye
600
600
## Events
601
601
602
602
:::note
603
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
603
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
604
604
:::
605
605
606
606
### select
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ reearth.modal.close();
164
164
## Events
165
165
166
166
:::note
167
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
167
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
168
168
:::
169
169
170
170
### close
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ reearth.popup.close();
182
182
## Events
183
183
184
184
:::note
185
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
185
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
186
186
:::
187
187
188
188
### close
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ None `(void)`. The method performs its operation without returning a value.
115
115
## Events
116
116
117
117
:::note
118
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
118
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
119
119
:::
120
120
121
121
### create
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ import setRangeTypeCode from "@code/plugin-api/timeline/set-range-type?raw";
371
371
## Events
372
372
373
373
:::note
374
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
374
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
375
375
:::
376
376
377
377
### tick
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ reearth.ui.close();
168
168
## Events
169
169
170
170
:::note
171
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
171
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
172
172
:::
173
173
174
174
### update
Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ A boolean value that indicates whether the position is visible on the globe.
504
504
## Events
505
505
506
506
:::note
507
- For more information about event common methods (` on ` , ` off ` ), please see the [ Events] ( /plugin-api/events ) page.
507
+ For more information about common event methods (` on ` , ` off ` ), please refer to the [ Events] ( /plugin-api/events ) page.
508
508
:::
509
509
510
510
### resize
You can’t perform that action at this time.
0 commit comments