@jsonforms/core 3.0.0-beta.4 → 3.0.0-rc.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/docs/assets/js/search.json +1 -1
- package/docs/enums/ruleeffect.html +4 -4
- package/docs/globals.html +335 -110
- package/docs/index.html +43 -4
- package/docs/interfaces/andcondition.html +2 -2
- package/docs/interfaces/arraycontrolprops.html +21 -21
- package/docs/interfaces/arraylayoutprops.html +21 -21
- package/docs/interfaces/categorization.html +24 -16
- package/docs/interfaces/category.html +24 -16
- package/docs/interfaces/cellprops.html +12 -12
- package/docs/interfaces/combinatorrendererprops.html +18 -18
- package/docs/interfaces/composablecondition.html +2 -2
- package/docs/interfaces/condition.html +1 -1
- package/docs/interfaces/controlelement.html +21 -16
- package/docs/interfaces/controlprops.html +16 -16
- package/docs/interfaces/controlstate.html +2 -2
- package/docs/interfaces/controlwithdetailprops.html +17 -17
- package/docs/interfaces/dispatchcellprops.html +10 -10
- package/docs/interfaces/dispatchcellstateprops.html +10 -10
- package/docs/interfaces/dispatchpropsofarraycontrol.html +4 -4
- package/docs/interfaces/dispatchpropsofcontrol.html +1 -1
- package/docs/interfaces/dispatchpropsofmultienumcontrol.html +2 -2
- package/docs/interfaces/enumcellprops.html +13 -13
- package/docs/interfaces/enumoption.html +2 -2
- package/docs/interfaces/grouplayout.html +24 -12
- package/docs/interfaces/horizontallayout.html +4 -4
- package/docs/interfaces/internationalizable.html +4 -10
- package/docs/interfaces/jsonformsprops.html +24 -9
- package/docs/interfaces/labelable.html +184 -0
- package/docs/interfaces/labeldescription.html +2 -2
- package/docs/interfaces/labeled.html +182 -0
- package/docs/interfaces/labelelement.html +22 -4
- package/docs/interfaces/labelprops.html +339 -0
- package/docs/interfaces/layout.html +4 -4
- package/docs/interfaces/layoutprops.html +25 -10
- package/docs/interfaces/leafcondition.html +9 -8
- package/docs/interfaces/orcondition.html +2 -2
- package/docs/interfaces/ownpropsofcell.html +9 -9
- package/docs/interfaces/ownpropsofcontrol.html +9 -9
- package/docs/interfaces/ownpropsofenum.html +1 -1
- package/docs/interfaces/ownpropsofenumcell.html +10 -10
- package/docs/interfaces/ownpropsofjsonformsrenderer.html +8 -8
- package/docs/interfaces/ownpropsoflabel.html +286 -0
- package/docs/interfaces/ownpropsoflayout.html +9 -9
- package/docs/interfaces/ownpropsofmasterlistitem.html +6 -6
- package/docs/interfaces/ownpropsofrenderer.html +11 -8
- package/docs/interfaces/rendererprops.html +9 -9
- package/docs/interfaces/rule.html +2 -2
- package/docs/interfaces/schemabasedcondition.html +9 -8
- package/docs/interfaces/scopable.html +3 -9
- package/docs/interfaces/scoped.html +183 -0
- package/docs/interfaces/statepropsofarraycontrol.html +17 -17
- package/docs/interfaces/statepropsofarraylayout.html +17 -17
- package/docs/interfaces/statepropsofcell.html +11 -11
- package/docs/interfaces/statepropsofcombinator.html +17 -17
- package/docs/interfaces/statepropsofcontrol.html +15 -15
- package/docs/interfaces/statepropsofcontrolwithdetail.html +16 -16
- package/docs/interfaces/statepropsofenumcell.html +12 -12
- package/docs/interfaces/statepropsofjsonformsrenderer.html +23 -9
- package/docs/interfaces/statepropsoflabel.html +343 -0
- package/docs/interfaces/statepropsoflayout.html +24 -10
- package/docs/interfaces/statepropsofmasteritem.html +7 -7
- package/docs/interfaces/statepropsofrenderer.html +12 -9
- package/docs/interfaces/statepropsofscopedrenderer.html +12 -12
- package/docs/interfaces/testercontext.html +184 -0
- package/docs/interfaces/uischemaelement.html +3 -3
- package/docs/interfaces/verticallayout.html +4 -4
- package/docs/interfaces/withclassname.html +1 -1
- package/lib/i18n/i18nUtil.d.ts +9 -4
- package/lib/jsonforms-core.cjs.js +103 -49
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +89 -52
- package/lib/jsonforms-core.esm.js.map +1 -1
- package/lib/models/uischema.d.ts +35 -27
- package/lib/reducers/i18n.d.ts +1 -1
- package/lib/testers/testers.d.ts +15 -6
- package/lib/util/renderer.d.ts +18 -1
- package/lib/util/runtime.d.ts +1 -2
- package/lib/util/util.d.ts +6 -6
- package/package.json +2 -2
- package/src/i18n/i18nUtil.ts +24 -7
- package/src/models/uischema.ts +50 -27
- package/src/reducers/i18n.ts +1 -1
- package/src/testers/testers.ts +44 -34
- package/src/util/path.ts +9 -5
- package/src/util/renderer.ts +61 -28
- package/src/util/runtime.ts +1 -1
- package/src/util/util.ts +8 -8
- package/stats.html +1 -1
- package/test/testers.test.ts +95 -23
- package/test/util/renderer.test.ts +105 -7
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>Labeled | JSON Forms Core</title>
|
|
7
|
+
<meta name="description" content="Documentation for JSON Forms Core">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<header>
|
|
13
|
+
<div class="tsd-page-toolbar">
|
|
14
|
+
<div class="container">
|
|
15
|
+
<div class="table-wrap">
|
|
16
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
+
<div class="field">
|
|
18
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
+
<input id="tsd-search-field" type="text" />
|
|
20
|
+
</div>
|
|
21
|
+
<ul class="results">
|
|
22
|
+
<li class="state loading">Preparing search index...</li>
|
|
23
|
+
<li class="state failure">The search index is not available</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<a href="../index.html" class="title">JSON Forms Core</a>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="table-cell" id="tsd-widgets">
|
|
28
|
+
<div id="tsd-filter">
|
|
29
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
+
<div class="tsd-filter-group">
|
|
31
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
+
<span class="tsd-select-label">All</span>
|
|
33
|
+
<ul class="tsd-select-list">
|
|
34
|
+
<li data-value="public">Public</li>
|
|
35
|
+
<li data-value="protected">Public/Protected</li>
|
|
36
|
+
<li data-value="private" class="selected">All</li>
|
|
37
|
+
</ul>
|
|
38
|
+
</div>
|
|
39
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
+
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
42
|
+
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="tsd-page-title">
|
|
51
|
+
<div class="container">
|
|
52
|
+
<ul class="tsd-breadcrumb">
|
|
53
|
+
<li>
|
|
54
|
+
<a href="../globals.html">Globals</a>
|
|
55
|
+
</li>
|
|
56
|
+
<li>
|
|
57
|
+
<a href="labeled.html">Labeled</a>
|
|
58
|
+
</li>
|
|
59
|
+
</ul>
|
|
60
|
+
<h1>Interface Labeled<T></h1>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</header>
|
|
64
|
+
<div class="container container-main">
|
|
65
|
+
<div class="row">
|
|
66
|
+
<div class="col-8 col-content">
|
|
67
|
+
<section class="tsd-panel tsd-comment">
|
|
68
|
+
<div class="tsd-comment tsd-typography">
|
|
69
|
+
<div class="lead">
|
|
70
|
+
<p>Interface for describing an UI schema element that is labeled.</p>
|
|
71
|
+
</div>
|
|
72
|
+
</div>
|
|
73
|
+
</section>
|
|
74
|
+
<section class="tsd-panel tsd-type-parameters">
|
|
75
|
+
<h3>Type parameters</h3>
|
|
76
|
+
<ul class="tsd-type-parameters">
|
|
77
|
+
<li>
|
|
78
|
+
<h4>T = <span class="tsd-signature-type">string</span></h4>
|
|
79
|
+
</li>
|
|
80
|
+
</ul>
|
|
81
|
+
</section>
|
|
82
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
83
|
+
<h3>Hierarchy</h3>
|
|
84
|
+
<ul class="tsd-hierarchy">
|
|
85
|
+
<li>
|
|
86
|
+
<a href="labelable.html" class="tsd-signature-type">Labelable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span>
|
|
87
|
+
<ul class="tsd-hierarchy">
|
|
88
|
+
<li>
|
|
89
|
+
<span class="target">Labeled</span>
|
|
90
|
+
<ul class="tsd-hierarchy">
|
|
91
|
+
<li>
|
|
92
|
+
<a href="category.html" class="tsd-signature-type">Category</a>
|
|
93
|
+
</li>
|
|
94
|
+
<li>
|
|
95
|
+
<a href="categorization.html" class="tsd-signature-type">Categorization</a>
|
|
96
|
+
</li>
|
|
97
|
+
</ul>
|
|
98
|
+
</li>
|
|
99
|
+
</ul>
|
|
100
|
+
</li>
|
|
101
|
+
</ul>
|
|
102
|
+
</section>
|
|
103
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
104
|
+
<h2>Index</h2>
|
|
105
|
+
<section class="tsd-panel tsd-index-panel">
|
|
106
|
+
<div class="tsd-index-content">
|
|
107
|
+
<section class="tsd-index-section ">
|
|
108
|
+
<h3>Properties</h3>
|
|
109
|
+
<ul class="tsd-index-list">
|
|
110
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="labeled.html#label" class="tsd-kind-icon">label</a></li>
|
|
111
|
+
</ul>
|
|
112
|
+
</section>
|
|
113
|
+
</div>
|
|
114
|
+
</section>
|
|
115
|
+
</section>
|
|
116
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
117
|
+
<h2>Properties</h2>
|
|
118
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
119
|
+
<a name="label" class="tsd-anchor"></a>
|
|
120
|
+
<h3>label</h3>
|
|
121
|
+
<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">T</span></div>
|
|
122
|
+
<aside class="tsd-sources">
|
|
123
|
+
<p>Overrides <a href="labelable.html">Labelable</a>.<a href="labelable.html#label">label</a></p>
|
|
124
|
+
<ul>
|
|
125
|
+
<li>Defined in packages/core/src/models/uischema.ts:64</li>
|
|
126
|
+
</ul>
|
|
127
|
+
</aside>
|
|
128
|
+
</section>
|
|
129
|
+
</section>
|
|
130
|
+
</div>
|
|
131
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
132
|
+
<nav class="tsd-navigation primary">
|
|
133
|
+
<ul>
|
|
134
|
+
<li class="globals ">
|
|
135
|
+
<a href="../globals.html"><em>Globals</em></a>
|
|
136
|
+
</li>
|
|
137
|
+
</ul>
|
|
138
|
+
</nav>
|
|
139
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
140
|
+
<ul class="before-current">
|
|
141
|
+
</ul>
|
|
142
|
+
<ul class="current">
|
|
143
|
+
<li class="current tsd-kind-interface tsd-has-type-parameter">
|
|
144
|
+
<a href="labeled.html" class="tsd-kind-icon">Labeled</a>
|
|
145
|
+
<ul>
|
|
146
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
147
|
+
<a href="labeled.html#label" class="tsd-kind-icon">label</a>
|
|
148
|
+
</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</li>
|
|
151
|
+
</ul>
|
|
152
|
+
<ul class="after-current">
|
|
153
|
+
</ul>
|
|
154
|
+
</nav>
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
<footer class="with-border-bottom">
|
|
159
|
+
<div class="container">
|
|
160
|
+
<h2>Legend</h2>
|
|
161
|
+
<div class="tsd-legend-group">
|
|
162
|
+
<ul class="tsd-legend">
|
|
163
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
164
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
165
|
+
</ul>
|
|
166
|
+
<ul class="tsd-legend">
|
|
167
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
168
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
169
|
+
</ul>
|
|
170
|
+
<ul class="tsd-legend">
|
|
171
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
172
|
+
</ul>
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
</footer>
|
|
176
|
+
<div class="container tsd-generator">
|
|
177
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
178
|
+
</div>
|
|
179
|
+
<div class="overlay"></div>
|
|
180
|
+
<script src="../assets/js/main.js"></script>
|
|
181
|
+
</body>
|
|
182
|
+
</html>
|
|
@@ -76,6 +76,9 @@
|
|
|
76
76
|
<ul class="tsd-hierarchy">
|
|
77
77
|
<li>
|
|
78
78
|
<a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a>
|
|
79
|
+
</li>
|
|
80
|
+
<li>
|
|
81
|
+
<a href="internationalizable.html" class="tsd-signature-type">Internationalizable</a>
|
|
79
82
|
<ul class="tsd-hierarchy">
|
|
80
83
|
<li>
|
|
81
84
|
<span class="target">LabelElement</span>
|
|
@@ -91,6 +94,7 @@
|
|
|
91
94
|
<section class="tsd-index-section ">
|
|
92
95
|
<h3>Properties</h3>
|
|
93
96
|
<ul class="tsd-index-list">
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelelement.html#i18n" class="tsd-kind-icon">i18n</a></li>
|
|
94
98
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelelement.html#options" class="tsd-kind-icon">options</a></li>
|
|
95
99
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelelement.html#rule" class="tsd-kind-icon">rule</a></li>
|
|
96
100
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="labelelement.html#text" class="tsd-kind-icon">text</a></li>
|
|
@@ -102,6 +106,17 @@
|
|
|
102
106
|
</section>
|
|
103
107
|
<section class="tsd-panel-group tsd-member-group ">
|
|
104
108
|
<h2>Properties</h2>
|
|
109
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
110
|
+
<a name="i18n" class="tsd-anchor"></a>
|
|
111
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> i18n</h3>
|
|
112
|
+
<div class="tsd-signature tsd-kind-icon">i18n<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
113
|
+
<aside class="tsd-sources">
|
|
114
|
+
<p>Inherited from <a href="internationalizable.html">Internationalizable</a>.<a href="internationalizable.html#i18n">i18n</a></p>
|
|
115
|
+
<ul>
|
|
116
|
+
<li>Defined in packages/core/src/models/uischema.ts:73</li>
|
|
117
|
+
</ul>
|
|
118
|
+
</aside>
|
|
119
|
+
</section>
|
|
105
120
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
106
121
|
<a name="options" class="tsd-anchor"></a>
|
|
107
122
|
<h3><span class="tsd-flag ts-flagOptional">Optional</span> options</h3>
|
|
@@ -109,7 +124,7 @@
|
|
|
109
124
|
<aside class="tsd-sources">
|
|
110
125
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
111
126
|
<ul>
|
|
112
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
127
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
113
128
|
</ul>
|
|
114
129
|
</aside>
|
|
115
130
|
<div class="tsd-comment tsd-typography">
|
|
@@ -133,7 +148,7 @@
|
|
|
133
148
|
<aside class="tsd-sources">
|
|
134
149
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
135
150
|
<ul>
|
|
136
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
151
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
137
152
|
</ul>
|
|
138
153
|
</aside>
|
|
139
154
|
<div class="tsd-comment tsd-typography">
|
|
@@ -148,7 +163,7 @@
|
|
|
148
163
|
<div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
149
164
|
<aside class="tsd-sources">
|
|
150
165
|
<ul>
|
|
151
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
166
|
+
<li>Defined in packages/core/src/models/uischema.ts:236</li>
|
|
152
167
|
</ul>
|
|
153
168
|
</aside>
|
|
154
169
|
<div class="tsd-comment tsd-typography">
|
|
@@ -164,7 +179,7 @@
|
|
|
164
179
|
<aside class="tsd-sources">
|
|
165
180
|
<p>Overrides <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
166
181
|
<ul>
|
|
167
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
182
|
+
<li>Defined in packages/core/src/models/uischema.ts:232</li>
|
|
168
183
|
</ul>
|
|
169
184
|
</aside>
|
|
170
185
|
</section>
|
|
@@ -185,6 +200,9 @@
|
|
|
185
200
|
<li class="current tsd-kind-interface">
|
|
186
201
|
<a href="labelelement.html" class="tsd-kind-icon">Label<wbr>Element</a>
|
|
187
202
|
<ul>
|
|
203
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
204
|
+
<a href="labelelement.html#i18n" class="tsd-kind-icon">i18n</a>
|
|
205
|
+
</li>
|
|
188
206
|
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
189
207
|
<a href="labelelement.html#options" class="tsd-kind-icon">options</a>
|
|
190
208
|
</li>
|
|
@@ -0,0 +1,339 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>LabelProps | JSON Forms Core</title>
|
|
7
|
+
<meta name="description" content="Documentation for JSON Forms Core">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<header>
|
|
13
|
+
<div class="tsd-page-toolbar">
|
|
14
|
+
<div class="container">
|
|
15
|
+
<div class="table-wrap">
|
|
16
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
17
|
+
<div class="field">
|
|
18
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
+
<input id="tsd-search-field" type="text" />
|
|
20
|
+
</div>
|
|
21
|
+
<ul class="results">
|
|
22
|
+
<li class="state loading">Preparing search index...</li>
|
|
23
|
+
<li class="state failure">The search index is not available</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<a href="../index.html" class="title">JSON Forms Core</a>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="table-cell" id="tsd-widgets">
|
|
28
|
+
<div id="tsd-filter">
|
|
29
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
+
<div class="tsd-filter-group">
|
|
31
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
+
<span class="tsd-select-label">All</span>
|
|
33
|
+
<ul class="tsd-select-list">
|
|
34
|
+
<li data-value="public">Public</li>
|
|
35
|
+
<li data-value="protected">Public/Protected</li>
|
|
36
|
+
<li data-value="private" class="selected">All</li>
|
|
37
|
+
</ul>
|
|
38
|
+
</div>
|
|
39
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
+
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
42
|
+
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
<div class="tsd-page-title">
|
|
51
|
+
<div class="container">
|
|
52
|
+
<ul class="tsd-breadcrumb">
|
|
53
|
+
<li>
|
|
54
|
+
<a href="../globals.html">Globals</a>
|
|
55
|
+
</li>
|
|
56
|
+
<li>
|
|
57
|
+
<a href="labelprops.html">LabelProps</a>
|
|
58
|
+
</li>
|
|
59
|
+
</ul>
|
|
60
|
+
<h1>Interface LabelProps</h1>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</header>
|
|
64
|
+
<div class="container container-main">
|
|
65
|
+
<div class="row">
|
|
66
|
+
<div class="col-8 col-content">
|
|
67
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
68
|
+
<h3>Hierarchy</h3>
|
|
69
|
+
<ul class="tsd-hierarchy">
|
|
70
|
+
<li>
|
|
71
|
+
<a href="statepropsoflabel.html" class="tsd-signature-type">StatePropsOfLabel</a>
|
|
72
|
+
<ul class="tsd-hierarchy">
|
|
73
|
+
<li>
|
|
74
|
+
<span class="target">LabelProps</span>
|
|
75
|
+
</li>
|
|
76
|
+
</ul>
|
|
77
|
+
</li>
|
|
78
|
+
</ul>
|
|
79
|
+
</section>
|
|
80
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
81
|
+
<h2>Index</h2>
|
|
82
|
+
<section class="tsd-panel tsd-index-panel">
|
|
83
|
+
<div class="tsd-index-content">
|
|
84
|
+
<section class="tsd-index-section tsd-is-inherited">
|
|
85
|
+
<h3>Properties</h3>
|
|
86
|
+
<ul class="tsd-index-list">
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#cells" class="tsd-kind-icon">cells</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#config" class="tsd-kind-icon">config</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#data" class="tsd-kind-icon">data</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#enabled" class="tsd-kind-icon">enabled</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#path" class="tsd-kind-icon">path</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#renderers" class="tsd-kind-icon">renderers</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#text" class="tsd-kind-icon">text</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#uischema" class="tsd-kind-icon">uischema</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="labelprops.html#visible" class="tsd-kind-icon">visible</a></li>
|
|
97
|
+
</ul>
|
|
98
|
+
</section>
|
|
99
|
+
</div>
|
|
100
|
+
</section>
|
|
101
|
+
</section>
|
|
102
|
+
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
103
|
+
<h2>Properties</h2>
|
|
104
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
105
|
+
<a name="cells" class="tsd-anchor"></a>
|
|
106
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cells</h3>
|
|
107
|
+
<div class="tsd-signature tsd-kind-icon">cells<span class="tsd-signature-symbol">:</span> <a href="jsonformscellrendererregistryentry.html" class="tsd-signature-type">JsonFormsCellRendererRegistryEntry</a><span class="tsd-signature-symbol">[]</span></div>
|
|
108
|
+
<aside class="tsd-sources">
|
|
109
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#cells">cells</a></p>
|
|
110
|
+
<ul>
|
|
111
|
+
<li>Defined in packages/core/src/util/renderer.ts:316</li>
|
|
112
|
+
</ul>
|
|
113
|
+
</aside>
|
|
114
|
+
<div class="tsd-comment tsd-typography">
|
|
115
|
+
<div class="lead">
|
|
116
|
+
<p>All available cell renderers.</p>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
</section>
|
|
120
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
121
|
+
<a name="config" class="tsd-anchor"></a>
|
|
122
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> config</h3>
|
|
123
|
+
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
124
|
+
<aside class="tsd-sources">
|
|
125
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#config">config</a></p>
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in packages/core/src/util/renderer.ts:276</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>Any configuration options for the element.</p>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
</section>
|
|
136
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
137
|
+
<a name="data" class="tsd-anchor"></a>
|
|
138
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> data</h3>
|
|
139
|
+
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
140
|
+
<aside class="tsd-sources">
|
|
141
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#data">data</a></p>
|
|
142
|
+
<ul>
|
|
143
|
+
<li>Defined in packages/core/src/util/renderer.ts:291</li>
|
|
144
|
+
</ul>
|
|
145
|
+
</aside>
|
|
146
|
+
<div class="tsd-comment tsd-typography">
|
|
147
|
+
<div class="lead">
|
|
148
|
+
<p>The data to be rendered.</p>
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
</section>
|
|
152
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
153
|
+
<a name="enabled" class="tsd-anchor"></a>
|
|
154
|
+
<h3>enabled</h3>
|
|
155
|
+
<div class="tsd-signature tsd-kind-icon">enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
156
|
+
<aside class="tsd-sources">
|
|
157
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#enabled">enabled</a></p>
|
|
158
|
+
<ul>
|
|
159
|
+
<li>Defined in packages/core/src/util/renderer.ts:296</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</aside>
|
|
162
|
+
<div class="tsd-comment tsd-typography">
|
|
163
|
+
<div class="lead">
|
|
164
|
+
<p>Whether the rendered element should be enabled.</p>
|
|
165
|
+
</div>
|
|
166
|
+
</div>
|
|
167
|
+
</section>
|
|
168
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
169
|
+
<a name="path" class="tsd-anchor"></a>
|
|
170
|
+
<h3>path</h3>
|
|
171
|
+
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
172
|
+
<aside class="tsd-sources">
|
|
173
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#path">path</a></p>
|
|
174
|
+
<ul>
|
|
175
|
+
<li>Defined in packages/core/src/util/renderer.ts:305</li>
|
|
176
|
+
</ul>
|
|
177
|
+
</aside>
|
|
178
|
+
<div class="tsd-comment tsd-typography">
|
|
179
|
+
<div class="lead">
|
|
180
|
+
<p>Instance path the data is written to, in case of a control.</p>
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
</section>
|
|
184
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
185
|
+
<a name="renderers" class="tsd-anchor"></a>
|
|
186
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> renderers</h3>
|
|
187
|
+
<div class="tsd-signature tsd-kind-icon">renderers<span class="tsd-signature-symbol">:</span> <a href="jsonformsrendererregistryentry.html" class="tsd-signature-type">JsonFormsRendererRegistryEntry</a><span class="tsd-signature-symbol">[]</span></div>
|
|
188
|
+
<aside class="tsd-sources">
|
|
189
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#renderers">renderers</a></p>
|
|
190
|
+
<ul>
|
|
191
|
+
<li>Defined in packages/core/src/util/renderer.ts:310</li>
|
|
192
|
+
</ul>
|
|
193
|
+
</aside>
|
|
194
|
+
<div class="tsd-comment tsd-typography">
|
|
195
|
+
<div class="lead">
|
|
196
|
+
<p>All available renderers.</p>
|
|
197
|
+
</div>
|
|
198
|
+
</div>
|
|
199
|
+
</section>
|
|
200
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
201
|
+
<a name="schema" class="tsd-anchor"></a>
|
|
202
|
+
<h3>schema</h3>
|
|
203
|
+
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <a href="../globals.html#jsonschema" class="tsd-signature-type">JsonSchema</a></div>
|
|
204
|
+
<aside class="tsd-sources">
|
|
205
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#schema">schema</a></p>
|
|
206
|
+
<ul>
|
|
207
|
+
<li>Defined in packages/core/src/util/renderer.ts:286</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</aside>
|
|
210
|
+
<div class="tsd-comment tsd-typography">
|
|
211
|
+
<div class="lead">
|
|
212
|
+
<p>The JSON schema that describes the data.</p>
|
|
213
|
+
</div>
|
|
214
|
+
</div>
|
|
215
|
+
</section>
|
|
216
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
217
|
+
<a name="text" class="tsd-anchor"></a>
|
|
218
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> text</h3>
|
|
219
|
+
<div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
220
|
+
<aside class="tsd-sources">
|
|
221
|
+
<p>Inherited from <a href="statepropsoflabel.html">StatePropsOfLabel</a>.<a href="statepropsoflabel.html#text">text</a></p>
|
|
222
|
+
<ul>
|
|
223
|
+
<li>Defined in packages/core/src/util/renderer.ts:1070</li>
|
|
224
|
+
</ul>
|
|
225
|
+
</aside>
|
|
226
|
+
</section>
|
|
227
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
228
|
+
<a name="uischema" class="tsd-anchor"></a>
|
|
229
|
+
<h3>uischema</h3>
|
|
230
|
+
<div class="tsd-signature tsd-kind-icon">uischema<span class="tsd-signature-symbol">:</span> <a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a></div>
|
|
231
|
+
<aside class="tsd-sources">
|
|
232
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#uischema">uischema</a></p>
|
|
233
|
+
<ul>
|
|
234
|
+
<li>Defined in packages/core/src/util/renderer.ts:281</li>
|
|
235
|
+
</ul>
|
|
236
|
+
</aside>
|
|
237
|
+
<div class="tsd-comment tsd-typography">
|
|
238
|
+
<div class="lead">
|
|
239
|
+
<p>The UI schema to be rendered.</p>
|
|
240
|
+
</div>
|
|
241
|
+
</div>
|
|
242
|
+
</section>
|
|
243
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
244
|
+
<a name="visible" class="tsd-anchor"></a>
|
|
245
|
+
<h3>visible</h3>
|
|
246
|
+
<div class="tsd-signature tsd-kind-icon">visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
247
|
+
<aside class="tsd-sources">
|
|
248
|
+
<p>Inherited from <a href="statepropsofrenderer.html">StatePropsOfRenderer</a>.<a href="statepropsofrenderer.html#visible">visible</a></p>
|
|
249
|
+
<ul>
|
|
250
|
+
<li>Defined in packages/core/src/util/renderer.ts:300</li>
|
|
251
|
+
</ul>
|
|
252
|
+
</aside>
|
|
253
|
+
<div class="tsd-comment tsd-typography">
|
|
254
|
+
<div class="lead">
|
|
255
|
+
<p>Whether the rendered element should be visible.</p>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
</section>
|
|
259
|
+
</section>
|
|
260
|
+
</div>
|
|
261
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
262
|
+
<nav class="tsd-navigation primary">
|
|
263
|
+
<ul>
|
|
264
|
+
<li class="globals ">
|
|
265
|
+
<a href="../globals.html"><em>Globals</em></a>
|
|
266
|
+
</li>
|
|
267
|
+
</ul>
|
|
268
|
+
</nav>
|
|
269
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
270
|
+
<ul class="before-current">
|
|
271
|
+
</ul>
|
|
272
|
+
<ul class="current">
|
|
273
|
+
<li class="current tsd-kind-interface">
|
|
274
|
+
<a href="labelprops.html" class="tsd-kind-icon">Label<wbr>Props</a>
|
|
275
|
+
<ul>
|
|
276
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
277
|
+
<a href="labelprops.html#cells" class="tsd-kind-icon">cells</a>
|
|
278
|
+
</li>
|
|
279
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
280
|
+
<a href="labelprops.html#config" class="tsd-kind-icon">config</a>
|
|
281
|
+
</li>
|
|
282
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
283
|
+
<a href="labelprops.html#data" class="tsd-kind-icon">data</a>
|
|
284
|
+
</li>
|
|
285
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
286
|
+
<a href="labelprops.html#enabled" class="tsd-kind-icon">enabled</a>
|
|
287
|
+
</li>
|
|
288
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
289
|
+
<a href="labelprops.html#path" class="tsd-kind-icon">path</a>
|
|
290
|
+
</li>
|
|
291
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
292
|
+
<a href="labelprops.html#renderers" class="tsd-kind-icon">renderers</a>
|
|
293
|
+
</li>
|
|
294
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
295
|
+
<a href="labelprops.html#schema" class="tsd-kind-icon">schema</a>
|
|
296
|
+
</li>
|
|
297
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
298
|
+
<a href="labelprops.html#text" class="tsd-kind-icon">text</a>
|
|
299
|
+
</li>
|
|
300
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
301
|
+
<a href="labelprops.html#uischema" class="tsd-kind-icon">uischema</a>
|
|
302
|
+
</li>
|
|
303
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
304
|
+
<a href="labelprops.html#visible" class="tsd-kind-icon">visible</a>
|
|
305
|
+
</li>
|
|
306
|
+
</ul>
|
|
307
|
+
</li>
|
|
308
|
+
</ul>
|
|
309
|
+
<ul class="after-current">
|
|
310
|
+
</ul>
|
|
311
|
+
</nav>
|
|
312
|
+
</div>
|
|
313
|
+
</div>
|
|
314
|
+
</div>
|
|
315
|
+
<footer class="with-border-bottom">
|
|
316
|
+
<div class="container">
|
|
317
|
+
<h2>Legend</h2>
|
|
318
|
+
<div class="tsd-legend-group">
|
|
319
|
+
<ul class="tsd-legend">
|
|
320
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
321
|
+
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
322
|
+
</ul>
|
|
323
|
+
<ul class="tsd-legend">
|
|
324
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
325
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
326
|
+
</ul>
|
|
327
|
+
<ul class="tsd-legend">
|
|
328
|
+
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
329
|
+
</ul>
|
|
330
|
+
</div>
|
|
331
|
+
</div>
|
|
332
|
+
</footer>
|
|
333
|
+
<div class="container tsd-generator">
|
|
334
|
+
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
335
|
+
</div>
|
|
336
|
+
<div class="overlay"></div>
|
|
337
|
+
<script src="../assets/js/main.js"></script>
|
|
338
|
+
</body>
|
|
339
|
+
</html>
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
<div class="tsd-signature tsd-kind-icon">elements<span class="tsd-signature-symbol">:</span> <a href="uischemaelement.html" class="tsd-signature-type">UISchemaElement</a><span class="tsd-signature-symbol">[]</span></div>
|
|
124
124
|
<aside class="tsd-sources">
|
|
125
125
|
<ul>
|
|
126
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
126
|
+
<li>Defined in packages/core/src/models/uischema.ts:189</li>
|
|
127
127
|
</ul>
|
|
128
128
|
</aside>
|
|
129
129
|
<div class="tsd-comment tsd-typography">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#options">options</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
142
|
+
<li>Defined in packages/core/src/models/uischema.ts:178</li>
|
|
143
143
|
</ul>
|
|
144
144
|
</aside>
|
|
145
145
|
<div class="tsd-comment tsd-typography">
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
<aside class="tsd-sources">
|
|
164
164
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#rule">rule</a></p>
|
|
165
165
|
<ul>
|
|
166
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
166
|
+
<li>Defined in packages/core/src/models/uischema.ts:173</li>
|
|
167
167
|
</ul>
|
|
168
168
|
</aside>
|
|
169
169
|
<div class="tsd-comment tsd-typography">
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
<aside class="tsd-sources">
|
|
180
180
|
<p>Inherited from <a href="uischemaelement.html">UISchemaElement</a>.<a href="uischemaelement.html#type">type</a></p>
|
|
181
181
|
<ul>
|
|
182
|
-
<li>Defined in packages/core/src/models/uischema.ts:
|
|
182
|
+
<li>Defined in packages/core/src/models/uischema.ts:168</li>
|
|
183
183
|
</ul>
|
|
184
184
|
</aside>
|
|
185
185
|
<div class="tsd-comment tsd-typography">
|