@@ -593,6 +593,10 @@ <h2>Table of Contents</h2>
593
593
</li>
594
594
595
595
596
+ <li>
597
+ <a href="#cs3.app.provider.v1beta1.Target"><span class="badge">E</span>Target</a>
598
+ </li>
599
+
596
600
<li>
597
601
<a href="#cs3.app.provider.v1beta1.ViewMode"><span class="badge">E</span>ViewMode</a>
598
602
</li>
@@ -5781,6 +5785,14 @@ <h3 id="cs3.app.provider.v1beta1.OpenInAppURL">OpenInAppURL</h3>
5781
5785
The headers to be added to the request. </p></td>
5782
5786
</tr>
5783
5787
5788
+ <tr>
5789
+ <td>target</td>
5790
+ <td><a href="#cs3.app.provider.v1beta1.Target">Target</a></td>
5791
+ <td></td>
5792
+ <td><p>REQUIRED.
5793
+ Whether the target for the app URL is an iframe or a new page. </p></td>
5794
+ </tr>
5795
+
5784
5796
</tbody>
5785
5797
</table>
5786
5798
@@ -5852,6 +5864,35 @@ <h3 id="cs3.app.provider.v1beta1.OpenInAppURL.HeadersEntry">OpenInAppURL.Headers
5852
5864
5853
5865
5854
5866
5867
+ <h3 id="cs3.app.provider.v1beta1.Target">Target</h3>
5868
+ <p>Defines the valid targets for an app URL.</p>
5869
+ <table class="enum-table">
5870
+ <thead>
5871
+ <tr><td>Name</td><td>Number</td><td>Description</td></tr>
5872
+ </thead>
5873
+ <tbody>
5874
+
5875
+ <tr>
5876
+ <td>TARGET_INVALID</td>
5877
+ <td>0</td>
5878
+ <td><p></p></td>
5879
+ </tr>
5880
+
5881
+ <tr>
5882
+ <td>TARGET_IFRAME</td>
5883
+ <td>1</td>
5884
+ <td><p>The app URL is to be opened within an iframe</p></td>
5885
+ </tr>
5886
+
5887
+ <tr>
5888
+ <td>TARGET_BLANK</td>
5889
+ <td>2</td>
5890
+ <td><p>The app URL is to be opened on a new blank page</p></td>
5891
+ </tr>
5892
+
5893
+ </tbody>
5894
+ </table>
5895
+
5855
5896
<h3 id="cs3.app.provider.v1beta1.ViewMode">ViewMode</h3>
5856
5897
<p>Defines the view modes.</p>
5857
5898
<table class="enum-table">
@@ -6521,7 +6562,7 @@ <h3 id="cs3.app.registry.v1beta1.ProviderInfo">ProviderInfo</h3>
6521
6562
<td></td>
6522
6563
<td><p>REQUIRED.
6523
6564
The address where the app provider can be reached.
6524
- For example, tcp:// localhost:1099. </p></td>
6565
+ For example, localhost:1099. </p></td>
6525
6566
</tr>
6526
6567
6527
6568
<tr>
@@ -6565,6 +6606,15 @@ <h3 id="cs3.app.registry.v1beta1.ProviderInfo">ProviderInfo</h3>
6565
6606
Whether the app can be opened only on desktop </p></td>
6566
6607
</tr>
6567
6608
6609
+ <tr>
6610
+ <td>action</td>
6611
+ <td><a href="#string">string</a></td>
6612
+ <td></td>
6613
+ <td><p>OPTIONAL.
6614
+ The action to be displayed to the user on the context menu.
6615
+ By default this is "Open with". </p></td>
6616
+ </tr>
6617
+
6568
6618
</tbody>
6569
6619
</table>
6570
6620
0 commit comments