iframe-coordinator-cli 6.4.0 → 6.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/index-DEUCFuke.css +1 -0
- package/dist/assets/index-DejhDHus.js +57 -0
- package/dist/favicon.svg +1 -0
- package/dist/ifc-docs/assets/hierarchy.js +1 -1
- package/dist/ifc-docs/assets/highlight.css +130 -91
- package/dist/ifc-docs/assets/icons.js +20 -17
- package/dist/ifc-docs/assets/icons.svg +1 -1
- package/dist/ifc-docs/assets/main.js +2535 -5
- package/dist/ifc-docs/assets/navigation.js +2 -1
- package/dist/ifc-docs/assets/search.js +2 -1
- package/dist/ifc-docs/assets/style.css +1571 -1581
- package/dist/ifc-docs/classes/client.Client.html +2388 -99
- package/dist/ifc-docs/classes/client.WorkerClient.html +2164 -0
- package/dist/ifc-docs/classes/host.FrameRouterElement.html +850 -24
- package/dist/ifc-docs/classes/host.WorkerPool.html +879 -0
- package/dist/ifc-docs/documents/client-setup.html +579 -75
- package/dist/ifc-docs/functions/host.registerCustomElements.html +218 -3
- package/dist/ifc-docs/hierarchy.html +168 -1
- package/dist/ifc-docs/index.html +432 -31
- package/dist/ifc-docs/interfaces/client.ClientConfigOptions.html +331 -4
- package/dist/ifc-docs/interfaces/client.EventEmitter.html +752 -0
- package/dist/ifc-docs/interfaces/host.ClientConfig.html +399 -7
- package/dist/ifc-docs/interfaces/host.ClientRegistration.html +580 -24
- package/dist/ifc-docs/interfaces/host.RoutingMap.html +211 -4
- package/dist/ifc-docs/interfaces/host.WorkerAppData.html +388 -0
- package/dist/ifc-docs/interfaces/host.WorkerConfig.html +398 -0
- package/dist/ifc-docs/interfaces/host.WorkerItem.html +401 -0
- package/dist/ifc-docs/interfaces/host.WorkerRegistry.html +210 -0
- package/dist/ifc-docs/interfaces/messages.Breadcrumb.html +373 -0
- package/dist/ifc-docs/interfaces/messages.EnvData.html +510 -0
- package/dist/ifc-docs/interfaces/messages.KeyData.html +540 -0
- package/dist/ifc-docs/interfaces/messages.ModalRequest.html +381 -0
- package/dist/ifc-docs/interfaces/messages.NavRequest.html +390 -0
- package/dist/ifc-docs/interfaces/messages.Notification.html +435 -0
- package/dist/ifc-docs/interfaces/messages.PageMetadata.html +438 -0
- package/dist/ifc-docs/interfaces/messages.PromptOnLeave.html +390 -0
- package/dist/ifc-docs/interfaces/messages.Publication.html +443 -0
- package/dist/ifc-docs/modules/client.html +742 -2
- package/dist/ifc-docs/modules/host.html +647 -1
- package/dist/ifc-docs/modules/messages.html +462 -0
- package/dist/ifc-docs/modules.html +359 -1
- package/dist/ifc-docs/types/client.EnvDataHandler.html +239 -5
- package/dist/ifc-docs/types/client.EventHandler.html +247 -2
- package/dist/index.html +3 -3
- package/package.json +3 -4
- package/dist/assets/index-BLdxgMq2.css +0 -1
- package/dist/assets/index-IcxzuslN.js +0 -49
- package/dist/ifc-docs/classes/client.EventEmitter.html +0 -14
- package/dist/ifc-docs/interfaces/client.Breadcrumb.html +0 -6
- package/dist/ifc-docs/interfaces/client.EnvData.html +0 -11
- package/dist/ifc-docs/interfaces/client.KeyData.html +0 -12
- package/dist/ifc-docs/interfaces/client.ModalRequest.html +0 -6
- package/dist/ifc-docs/interfaces/client.NavRequest.html +0 -9
- package/dist/ifc-docs/interfaces/client.Notification.html +0 -9
- package/dist/ifc-docs/interfaces/client.PageMetadata.html +0 -8
- package/dist/ifc-docs/interfaces/client.PromptOnLeave.html +0 -9
- package/dist/ifc-docs/interfaces/client.Publication.html +0 -11
|
@@ -0,0 +1,540 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default" lang="en" data-base="../">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
|
6
|
+
<title>KeyData | iframe-coordinator - v6.5.1</title>
|
|
7
|
+
<meta name="description" content="Documentation for iframe-coordinator" />
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
9
|
+
<link rel="stylesheet" href="../assets/style.css" />
|
|
10
|
+
<link rel="stylesheet" href="../assets/highlight.css" />
|
|
11
|
+
<script defer src="../assets/main.js"></script>
|
|
12
|
+
<script async src="../assets/icons.js" id="tsd-icons-script"></script>
|
|
13
|
+
<script async src="../assets/search.js" id="tsd-search-script"></script>
|
|
14
|
+
<script async src="../assets/navigation.js" id="tsd-nav-script"></script>
|
|
15
|
+
</head>
|
|
16
|
+
<body>
|
|
17
|
+
<script>
|
|
18
|
+
document.documentElement.dataset.theme =
|
|
19
|
+
localStorage.getItem("tsd-theme") || "os";
|
|
20
|
+
document.body.style.display = "none";
|
|
21
|
+
setTimeout(
|
|
22
|
+
() =>
|
|
23
|
+
window.app
|
|
24
|
+
? app.showPage()
|
|
25
|
+
: document.body.style.removeProperty("display"),
|
|
26
|
+
500,
|
|
27
|
+
);
|
|
28
|
+
</script>
|
|
29
|
+
<header class="tsd-page-toolbar">
|
|
30
|
+
<div class="tsd-toolbar-contents container">
|
|
31
|
+
<a href="../index.html" class="title">iframe-coordinator - v6.5.1</a>
|
|
32
|
+
<div id="tsd-toolbar-links"></div>
|
|
33
|
+
<button id="tsd-search-trigger" class="tsd-widget" aria-label="Search">
|
|
34
|
+
<svg
|
|
35
|
+
width="16"
|
|
36
|
+
height="16"
|
|
37
|
+
viewBox="0 0 16 16"
|
|
38
|
+
fill="none"
|
|
39
|
+
aria-hidden="true"
|
|
40
|
+
>
|
|
41
|
+
<use href="../assets/icons.svg#icon-search"></use>
|
|
42
|
+
</svg>
|
|
43
|
+
</button>
|
|
44
|
+
<dialog id="tsd-search" aria-label="Search">
|
|
45
|
+
<input
|
|
46
|
+
role="combobox"
|
|
47
|
+
id="tsd-search-input"
|
|
48
|
+
aria-controls="tsd-search-results"
|
|
49
|
+
aria-autocomplete="list"
|
|
50
|
+
aria-expanded="true"
|
|
51
|
+
autocapitalize="off"
|
|
52
|
+
autocomplete="off"
|
|
53
|
+
placeholder="Search the docs"
|
|
54
|
+
maxlength="100"
|
|
55
|
+
/>
|
|
56
|
+
<ul role="listbox" id="tsd-search-results"></ul>
|
|
57
|
+
<div id="tsd-search-status" aria-live="polite" aria-atomic="true">
|
|
58
|
+
<div>Preparing search index...</div>
|
|
59
|
+
</div>
|
|
60
|
+
</dialog>
|
|
61
|
+
<a
|
|
62
|
+
href="#"
|
|
63
|
+
class="tsd-widget menu"
|
|
64
|
+
id="tsd-toolbar-menu-trigger"
|
|
65
|
+
data-toggle="menu"
|
|
66
|
+
aria-label="Menu"
|
|
67
|
+
><svg
|
|
68
|
+
width="16"
|
|
69
|
+
height="16"
|
|
70
|
+
viewBox="0 0 16 16"
|
|
71
|
+
fill="none"
|
|
72
|
+
aria-hidden="true"
|
|
73
|
+
>
|
|
74
|
+
<use href="../assets/icons.svg#icon-menu"></use></svg
|
|
75
|
+
></a>
|
|
76
|
+
</div>
|
|
77
|
+
</header>
|
|
78
|
+
<div class="container container-main">
|
|
79
|
+
<div class="col-content">
|
|
80
|
+
<div class="tsd-page-title">
|
|
81
|
+
<ul class="tsd-breadcrumb" aria-label="Breadcrumb">
|
|
82
|
+
<li><a href="../modules/messages.html">messages</a></li>
|
|
83
|
+
<li><a href="" aria-current="page">KeyData</a></li>
|
|
84
|
+
</ul>
|
|
85
|
+
<h1>Interface KeyData</h1>
|
|
86
|
+
</div>
|
|
87
|
+
<section class="tsd-panel tsd-comment">
|
|
88
|
+
<div class="tsd-comment tsd-typography">
|
|
89
|
+
<p>A data structure representing a key.</p>
|
|
90
|
+
</div>
|
|
91
|
+
</section>
|
|
92
|
+
<div class="tsd-signature">
|
|
93
|
+
<span class="tsd-signature-keyword">interface</span>
|
|
94
|
+
<span class="tsd-kind-interface">KeyData</span>
|
|
95
|
+
<span class="tsd-signature-symbol">{</span><br /> <a
|
|
96
|
+
class="tsd-kind-property"
|
|
97
|
+
href="#altkey"
|
|
98
|
+
>altKey</a
|
|
99
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
100
|
+
<span class="tsd-signature-type">boolean</span
|
|
101
|
+
><span class="tsd-signature-symbol">;</span><br /> <a
|
|
102
|
+
class="tsd-kind-property"
|
|
103
|
+
href="#ctrlkey"
|
|
104
|
+
>ctrlKey</a
|
|
105
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
106
|
+
<span class="tsd-signature-type">boolean</span
|
|
107
|
+
><span class="tsd-signature-symbol">;</span><br /> <a
|
|
108
|
+
class="tsd-kind-property"
|
|
109
|
+
href="#key"
|
|
110
|
+
>key</a
|
|
111
|
+
><span class="tsd-signature-symbol">:</span>
|
|
112
|
+
<span class="tsd-signature-type">string</span
|
|
113
|
+
><span class="tsd-signature-symbol">;</span><br /> <a
|
|
114
|
+
class="tsd-kind-property"
|
|
115
|
+
href="#metakey"
|
|
116
|
+
>metaKey</a
|
|
117
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
118
|
+
<span class="tsd-signature-type">boolean</span
|
|
119
|
+
><span class="tsd-signature-symbol">;</span><br /> <a
|
|
120
|
+
class="tsd-kind-property"
|
|
121
|
+
href="#shiftkey"
|
|
122
|
+
>shiftKey</a
|
|
123
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
124
|
+
<span class="tsd-signature-type">boolean</span
|
|
125
|
+
><span class="tsd-signature-symbol">;</span><br /><span
|
|
126
|
+
class="tsd-signature-symbol"
|
|
127
|
+
>}</span
|
|
128
|
+
>
|
|
129
|
+
</div>
|
|
130
|
+
<aside class="tsd-sources">
|
|
131
|
+
<ul>
|
|
132
|
+
<li>
|
|
133
|
+
Defined in
|
|
134
|
+
<a
|
|
135
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L55"
|
|
136
|
+
>messages/Lifecycle.ts:55</a
|
|
137
|
+
>
|
|
138
|
+
</li>
|
|
139
|
+
</ul>
|
|
140
|
+
</aside>
|
|
141
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
142
|
+
<section class="tsd-panel tsd-index-panel">
|
|
143
|
+
<details class="tsd-index-content tsd-accordion" open>
|
|
144
|
+
<summary class="tsd-accordion-summary tsd-index-summary">
|
|
145
|
+
<svg
|
|
146
|
+
width="20"
|
|
147
|
+
height="20"
|
|
148
|
+
viewBox="0 0 24 24"
|
|
149
|
+
fill="none"
|
|
150
|
+
aria-hidden="true"
|
|
151
|
+
>
|
|
152
|
+
<use href="../assets/icons.svg#icon-chevronDown"></use>
|
|
153
|
+
</svg>
|
|
154
|
+
<h5 class="tsd-index-heading uppercase">Index</h5>
|
|
155
|
+
</summary>
|
|
156
|
+
<div class="tsd-accordion-details">
|
|
157
|
+
<section class="tsd-index-section">
|
|
158
|
+
<h3 class="tsd-index-heading">Properties</h3>
|
|
159
|
+
<div class="tsd-index-list">
|
|
160
|
+
<a href="#altkey" class="tsd-index-link"
|
|
161
|
+
><svg
|
|
162
|
+
class="tsd-kind-icon"
|
|
163
|
+
viewBox="0 0 24 24"
|
|
164
|
+
aria-label="Property"
|
|
165
|
+
>
|
|
166
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
167
|
+
><span>alt<wbr />Key?</span></a
|
|
168
|
+
>
|
|
169
|
+
<a href="#ctrlkey" class="tsd-index-link"
|
|
170
|
+
><svg
|
|
171
|
+
class="tsd-kind-icon"
|
|
172
|
+
viewBox="0 0 24 24"
|
|
173
|
+
aria-label="Property"
|
|
174
|
+
>
|
|
175
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
176
|
+
><span>ctrl<wbr />Key?</span></a
|
|
177
|
+
>
|
|
178
|
+
<a href="#key" class="tsd-index-link"
|
|
179
|
+
><svg
|
|
180
|
+
class="tsd-kind-icon"
|
|
181
|
+
viewBox="0 0 24 24"
|
|
182
|
+
aria-label="Property"
|
|
183
|
+
>
|
|
184
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
185
|
+
><span>key</span></a
|
|
186
|
+
>
|
|
187
|
+
<a href="#metakey" class="tsd-index-link"
|
|
188
|
+
><svg
|
|
189
|
+
class="tsd-kind-icon"
|
|
190
|
+
viewBox="0 0 24 24"
|
|
191
|
+
aria-label="Property"
|
|
192
|
+
>
|
|
193
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
194
|
+
><span>meta<wbr />Key?</span></a
|
|
195
|
+
>
|
|
196
|
+
<a href="#shiftkey" class="tsd-index-link"
|
|
197
|
+
><svg
|
|
198
|
+
class="tsd-kind-icon"
|
|
199
|
+
viewBox="0 0 24 24"
|
|
200
|
+
aria-label="Property"
|
|
201
|
+
>
|
|
202
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
203
|
+
><span>shift<wbr />Key?</span></a
|
|
204
|
+
>
|
|
205
|
+
</div>
|
|
206
|
+
</section>
|
|
207
|
+
</div>
|
|
208
|
+
</details>
|
|
209
|
+
</section>
|
|
210
|
+
</section>
|
|
211
|
+
<details class="tsd-panel-group tsd-member-group tsd-accordion" open>
|
|
212
|
+
<summary class="tsd-accordion-summary" data-key="section-Properties">
|
|
213
|
+
<svg
|
|
214
|
+
width="20"
|
|
215
|
+
height="20"
|
|
216
|
+
viewBox="0 0 24 24"
|
|
217
|
+
fill="none"
|
|
218
|
+
aria-hidden="true"
|
|
219
|
+
>
|
|
220
|
+
<use href="../assets/icons.svg#icon-chevronDown"></use>
|
|
221
|
+
</svg>
|
|
222
|
+
<h2>Properties</h2>
|
|
223
|
+
</summary>
|
|
224
|
+
<section>
|
|
225
|
+
<section class="tsd-panel tsd-member">
|
|
226
|
+
<h3 class="tsd-anchor-link" id="altkey">
|
|
227
|
+
<code class="tsd-tag">Optional</code><span>alt<wbr />Key</span
|
|
228
|
+
><a
|
|
229
|
+
href="#altkey"
|
|
230
|
+
aria-label="Permalink"
|
|
231
|
+
class="tsd-anchor-icon"
|
|
232
|
+
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
233
|
+
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
234
|
+
></a>
|
|
235
|
+
</h3>
|
|
236
|
+
<div class="tsd-signature">
|
|
237
|
+
<span class="tsd-kind-property">altKey</span
|
|
238
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
239
|
+
<span class="tsd-signature-type">boolean</span>
|
|
240
|
+
</div>
|
|
241
|
+
<div class="tsd-comment tsd-typography">
|
|
242
|
+
<p>If the alt key should be pressed.</p>
|
|
243
|
+
</div>
|
|
244
|
+
<aside class="tsd-sources">
|
|
245
|
+
<ul>
|
|
246
|
+
<li>
|
|
247
|
+
Defined in
|
|
248
|
+
<a
|
|
249
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L59"
|
|
250
|
+
>messages/Lifecycle.ts:59</a
|
|
251
|
+
>
|
|
252
|
+
</li>
|
|
253
|
+
</ul>
|
|
254
|
+
</aside>
|
|
255
|
+
</section>
|
|
256
|
+
<section class="tsd-panel tsd-member">
|
|
257
|
+
<h3 class="tsd-anchor-link" id="ctrlkey">
|
|
258
|
+
<code class="tsd-tag">Optional</code><span>ctrl<wbr />Key</span
|
|
259
|
+
><a
|
|
260
|
+
href="#ctrlkey"
|
|
261
|
+
aria-label="Permalink"
|
|
262
|
+
class="tsd-anchor-icon"
|
|
263
|
+
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
264
|
+
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
265
|
+
></a>
|
|
266
|
+
</h3>
|
|
267
|
+
<div class="tsd-signature">
|
|
268
|
+
<span class="tsd-kind-property">ctrlKey</span
|
|
269
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
270
|
+
<span class="tsd-signature-type">boolean</span>
|
|
271
|
+
</div>
|
|
272
|
+
<div class="tsd-comment tsd-typography">
|
|
273
|
+
<p>If the ctrl key should be pressed.</p>
|
|
274
|
+
</div>
|
|
275
|
+
<aside class="tsd-sources">
|
|
276
|
+
<ul>
|
|
277
|
+
<li>
|
|
278
|
+
Defined in
|
|
279
|
+
<a
|
|
280
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L61"
|
|
281
|
+
>messages/Lifecycle.ts:61</a
|
|
282
|
+
>
|
|
283
|
+
</li>
|
|
284
|
+
</ul>
|
|
285
|
+
</aside>
|
|
286
|
+
</section>
|
|
287
|
+
<section class="tsd-panel tsd-member">
|
|
288
|
+
<h3 class="tsd-anchor-link" id="key">
|
|
289
|
+
<span>key</span
|
|
290
|
+
><a href="#key" aria-label="Permalink" class="tsd-anchor-icon"
|
|
291
|
+
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
292
|
+
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
293
|
+
></a>
|
|
294
|
+
</h3>
|
|
295
|
+
<div class="tsd-signature">
|
|
296
|
+
<span class="tsd-kind-property">key</span
|
|
297
|
+
><span class="tsd-signature-symbol">:</span>
|
|
298
|
+
<span class="tsd-signature-type">string</span>
|
|
299
|
+
</div>
|
|
300
|
+
<div class="tsd-comment tsd-typography">
|
|
301
|
+
<p>The key character for example: 'a'</p>
|
|
302
|
+
</div>
|
|
303
|
+
<aside class="tsd-sources">
|
|
304
|
+
<ul>
|
|
305
|
+
<li>
|
|
306
|
+
Defined in
|
|
307
|
+
<a
|
|
308
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L57"
|
|
309
|
+
>messages/Lifecycle.ts:57</a
|
|
310
|
+
>
|
|
311
|
+
</li>
|
|
312
|
+
</ul>
|
|
313
|
+
</aside>
|
|
314
|
+
</section>
|
|
315
|
+
<section class="tsd-panel tsd-member">
|
|
316
|
+
<h3 class="tsd-anchor-link" id="metakey">
|
|
317
|
+
<code class="tsd-tag">Optional</code><span>meta<wbr />Key</span
|
|
318
|
+
><a
|
|
319
|
+
href="#metakey"
|
|
320
|
+
aria-label="Permalink"
|
|
321
|
+
class="tsd-anchor-icon"
|
|
322
|
+
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
323
|
+
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
324
|
+
></a>
|
|
325
|
+
</h3>
|
|
326
|
+
<div class="tsd-signature">
|
|
327
|
+
<span class="tsd-kind-property">metaKey</span
|
|
328
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
329
|
+
<span class="tsd-signature-type">boolean</span>
|
|
330
|
+
</div>
|
|
331
|
+
<div class="tsd-comment tsd-typography">
|
|
332
|
+
<p>If the meta key should be pressed.</p>
|
|
333
|
+
</div>
|
|
334
|
+
<aside class="tsd-sources">
|
|
335
|
+
<ul>
|
|
336
|
+
<li>
|
|
337
|
+
Defined in
|
|
338
|
+
<a
|
|
339
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L63"
|
|
340
|
+
>messages/Lifecycle.ts:63</a
|
|
341
|
+
>
|
|
342
|
+
</li>
|
|
343
|
+
</ul>
|
|
344
|
+
</aside>
|
|
345
|
+
</section>
|
|
346
|
+
<section class="tsd-panel tsd-member">
|
|
347
|
+
<h3 class="tsd-anchor-link" id="shiftkey">
|
|
348
|
+
<code class="tsd-tag">Optional</code><span>shift<wbr />Key</span
|
|
349
|
+
><a
|
|
350
|
+
href="#shiftkey"
|
|
351
|
+
aria-label="Permalink"
|
|
352
|
+
class="tsd-anchor-icon"
|
|
353
|
+
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
354
|
+
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
355
|
+
></a>
|
|
356
|
+
</h3>
|
|
357
|
+
<div class="tsd-signature">
|
|
358
|
+
<span class="tsd-kind-property">shiftKey</span
|
|
359
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
360
|
+
<span class="tsd-signature-type">boolean</span>
|
|
361
|
+
</div>
|
|
362
|
+
<div class="tsd-comment tsd-typography">
|
|
363
|
+
<p>If the shift key should be pressed.</p>
|
|
364
|
+
</div>
|
|
365
|
+
<aside class="tsd-sources">
|
|
366
|
+
<ul>
|
|
367
|
+
<li>
|
|
368
|
+
Defined in
|
|
369
|
+
<a
|
|
370
|
+
href="https://github.com/purecloudlabs/iframe-coordinator/blob/c66985bfb186111ea5faaed3c49c76f23c1e0800/packages/iframe-coordinator/src/messages/Lifecycle.ts#L65"
|
|
371
|
+
>messages/Lifecycle.ts:65</a
|
|
372
|
+
>
|
|
373
|
+
</li>
|
|
374
|
+
</ul>
|
|
375
|
+
</aside>
|
|
376
|
+
</section>
|
|
377
|
+
</section>
|
|
378
|
+
</details>
|
|
379
|
+
</div>
|
|
380
|
+
<div class="col-sidebar">
|
|
381
|
+
<div class="page-menu">
|
|
382
|
+
<div class="tsd-navigation settings">
|
|
383
|
+
<details class="tsd-accordion">
|
|
384
|
+
<summary class="tsd-accordion-summary">
|
|
385
|
+
<svg
|
|
386
|
+
width="20"
|
|
387
|
+
height="20"
|
|
388
|
+
viewBox="0 0 24 24"
|
|
389
|
+
fill="none"
|
|
390
|
+
aria-hidden="true"
|
|
391
|
+
>
|
|
392
|
+
<use href="../assets/icons.svg#icon-chevronDown"></use>
|
|
393
|
+
</svg>
|
|
394
|
+
<h3>Settings</h3>
|
|
395
|
+
</summary>
|
|
396
|
+
<div class="tsd-accordion-details">
|
|
397
|
+
<div class="tsd-filter-visibility">
|
|
398
|
+
<span class="settings-label">Member Visibility</span>
|
|
399
|
+
<ul id="tsd-filter-options">
|
|
400
|
+
<li class="tsd-filter-item">
|
|
401
|
+
<label class="tsd-filter-input"
|
|
402
|
+
><input
|
|
403
|
+
type="checkbox"
|
|
404
|
+
id="tsd-filter-inherited"
|
|
405
|
+
name="inherited"
|
|
406
|
+
checked
|
|
407
|
+
/><svg
|
|
408
|
+
width="32"
|
|
409
|
+
height="32"
|
|
410
|
+
viewBox="0 0 32 32"
|
|
411
|
+
aria-hidden="true"
|
|
412
|
+
>
|
|
413
|
+
<rect
|
|
414
|
+
class="tsd-checkbox-background"
|
|
415
|
+
width="30"
|
|
416
|
+
height="30"
|
|
417
|
+
x="1"
|
|
418
|
+
y="1"
|
|
419
|
+
rx="6"
|
|
420
|
+
fill="none"
|
|
421
|
+
></rect>
|
|
422
|
+
<path
|
|
423
|
+
class="tsd-checkbox-checkmark"
|
|
424
|
+
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
|
425
|
+
stroke="none"
|
|
426
|
+
stroke-width="3.5"
|
|
427
|
+
stroke-linejoin="round"
|
|
428
|
+
fill="none"
|
|
429
|
+
></path></svg
|
|
430
|
+
><span>Inherited</span></label
|
|
431
|
+
>
|
|
432
|
+
</li>
|
|
433
|
+
</ul>
|
|
434
|
+
</div>
|
|
435
|
+
<div class="tsd-theme-toggle">
|
|
436
|
+
<label class="settings-label" for="tsd-theme">Theme</label
|
|
437
|
+
><select id="tsd-theme">
|
|
438
|
+
<option value="os">OS</option>
|
|
439
|
+
<option value="light">Light</option>
|
|
440
|
+
<option value="dark">Dark</option>
|
|
441
|
+
</select>
|
|
442
|
+
</div>
|
|
443
|
+
</div>
|
|
444
|
+
</details>
|
|
445
|
+
</div>
|
|
446
|
+
<details open class="tsd-accordion tsd-page-navigation">
|
|
447
|
+
<summary class="tsd-accordion-summary">
|
|
448
|
+
<svg
|
|
449
|
+
width="20"
|
|
450
|
+
height="20"
|
|
451
|
+
viewBox="0 0 24 24"
|
|
452
|
+
fill="none"
|
|
453
|
+
aria-hidden="true"
|
|
454
|
+
>
|
|
455
|
+
<use href="../assets/icons.svg#icon-chevronDown"></use>
|
|
456
|
+
</svg>
|
|
457
|
+
<h3>On This Page</h3>
|
|
458
|
+
</summary>
|
|
459
|
+
<div class="tsd-accordion-details">
|
|
460
|
+
<details open class="tsd-accordion tsd-page-navigation-section">
|
|
461
|
+
<summary
|
|
462
|
+
class="tsd-accordion-summary"
|
|
463
|
+
data-key="section-Properties"
|
|
464
|
+
>
|
|
465
|
+
<svg
|
|
466
|
+
width="20"
|
|
467
|
+
height="20"
|
|
468
|
+
viewBox="0 0 24 24"
|
|
469
|
+
fill="none"
|
|
470
|
+
aria-hidden="true"
|
|
471
|
+
>
|
|
472
|
+
<use href="../assets/icons.svg#icon-chevronDown"></use></svg
|
|
473
|
+
>Properties
|
|
474
|
+
</summary>
|
|
475
|
+
<div>
|
|
476
|
+
<a href="#altkey"
|
|
477
|
+
><svg
|
|
478
|
+
class="tsd-kind-icon"
|
|
479
|
+
viewBox="0 0 24 24"
|
|
480
|
+
aria-label="Property"
|
|
481
|
+
>
|
|
482
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
483
|
+
><span>alt<wbr />Key</span></a
|
|
484
|
+
><a href="#ctrlkey"
|
|
485
|
+
><svg
|
|
486
|
+
class="tsd-kind-icon"
|
|
487
|
+
viewBox="0 0 24 24"
|
|
488
|
+
aria-label="Property"
|
|
489
|
+
>
|
|
490
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
491
|
+
><span>ctrl<wbr />Key</span></a
|
|
492
|
+
><a href="#key"
|
|
493
|
+
><svg
|
|
494
|
+
class="tsd-kind-icon"
|
|
495
|
+
viewBox="0 0 24 24"
|
|
496
|
+
aria-label="Property"
|
|
497
|
+
>
|
|
498
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
499
|
+
><span>key</span></a
|
|
500
|
+
><a href="#metakey"
|
|
501
|
+
><svg
|
|
502
|
+
class="tsd-kind-icon"
|
|
503
|
+
viewBox="0 0 24 24"
|
|
504
|
+
aria-label="Property"
|
|
505
|
+
>
|
|
506
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
507
|
+
><span>meta<wbr />Key</span></a
|
|
508
|
+
><a href="#shiftkey"
|
|
509
|
+
><svg
|
|
510
|
+
class="tsd-kind-icon"
|
|
511
|
+
viewBox="0 0 24 24"
|
|
512
|
+
aria-label="Property"
|
|
513
|
+
>
|
|
514
|
+
<use href="../assets/icons.svg#icon-1024"></use></svg
|
|
515
|
+
><span>shift<wbr />Key</span></a
|
|
516
|
+
>
|
|
517
|
+
</div>
|
|
518
|
+
</details>
|
|
519
|
+
</div>
|
|
520
|
+
</details>
|
|
521
|
+
</div>
|
|
522
|
+
<div class="site-menu">
|
|
523
|
+
<nav class="tsd-navigation">
|
|
524
|
+
<a href="../modules.html">iframe-coordinator - v6.5.1</a>
|
|
525
|
+
<ul class="tsd-small-nested-navigation" id="tsd-nav-container">
|
|
526
|
+
<li>Loading...</li>
|
|
527
|
+
</ul>
|
|
528
|
+
</nav>
|
|
529
|
+
</div>
|
|
530
|
+
</div>
|
|
531
|
+
</div>
|
|
532
|
+
<footer>
|
|
533
|
+
<p class="tsd-generator">
|
|
534
|
+
Generated using
|
|
535
|
+
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
|
536
|
+
</p>
|
|
537
|
+
</footer>
|
|
538
|
+
<div class="overlay"></div>
|
|
539
|
+
</body>
|
|
540
|
+
</html>
|