@jsonforms/core 3.1.0-alpha.0 → 3.1.0-alpha.2
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/README.md +3 -3
- package/lib/Helpers.d.ts +1 -1
- package/lib/actions/actions.d.ts +27 -26
- package/lib/generators/Generate.d.ts +1 -1
- package/lib/generators/schema.d.ts +1 -1
- package/lib/i18n/arrayTranslations.d.ts +24 -0
- package/lib/i18n/i18nTypes.d.ts +3 -2
- package/lib/i18n/i18nUtil.d.ts +5 -2
- package/lib/i18n/index.d.ts +1 -0
- package/lib/jsonforms-core.cjs.js +428 -259
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +313 -200
- package/lib/jsonforms-core.esm.js.map +1 -1
- package/lib/models/jsonSchema.d.ts +2 -2
- package/lib/models/uischema.d.ts +1 -1
- package/lib/reducers/cells.d.ts +2 -2
- package/lib/reducers/config.d.ts +1 -1
- package/lib/reducers/core.d.ts +3 -2
- package/lib/reducers/default-data.d.ts +1 -1
- package/lib/reducers/i18n.d.ts +1 -1
- package/lib/reducers/reducers.d.ts +4 -4
- package/lib/reducers/renderers.d.ts +2 -2
- package/lib/reducers/selectors.d.ts +6 -6
- package/lib/reducers/uischemas.d.ts +2 -2
- package/lib/store.d.ts +3 -3
- package/lib/testers/testers.d.ts +1 -1
- package/lib/util/cell.d.ts +3 -4
- package/lib/util/combinators.d.ts +1 -1
- package/lib/util/label.d.ts +1 -1
- package/lib/util/path.d.ts +6 -3
- package/lib/util/renderer.d.ts +11 -7
- package/lib/util/resolvers.d.ts +1 -1
- package/lib/util/runtime.d.ts +2 -2
- package/lib/util/util.d.ts +2 -2
- package/lib/util/validator.d.ts +1 -1
- package/package.json +16 -5
- package/src/Helpers.ts +2 -2
- package/src/actions/actions.ts +59 -61
- package/src/configDefault.ts +1 -1
- package/src/generators/Generate.ts +4 -2
- package/src/generators/schema.ts +30 -26
- package/src/generators/uischema.ts +7 -6
- package/src/i18n/arrayTranslations.ts +54 -0
- package/src/i18n/i18nTypes.ts +12 -7
- package/src/i18n/i18nUtil.ts +66 -16
- package/src/i18n/index.ts +1 -0
- package/src/models/draft4.ts +33 -33
- package/src/models/jsonSchema.ts +2 -2
- package/src/models/uischema.ts +18 -7
- package/src/reducers/cells.ts +10 -9
- package/src/reducers/config.ts +1 -1
- package/src/reducers/core.ts +115 -75
- package/src/reducers/default-data.ts +8 -8
- package/src/reducers/i18n.ts +22 -10
- package/src/reducers/reducers.ts +24 -34
- package/src/reducers/renderers.ts +9 -9
- package/src/reducers/selectors.ts +10 -11
- package/src/reducers/uischemas.ts +27 -26
- package/src/store.ts +4 -4
- package/src/testers/testers.ts +200 -147
- package/src/util/cell.ts +27 -29
- package/src/util/combinators.ts +6 -4
- package/src/util/label.ts +2 -2
- package/src/util/path.ts +15 -8
- package/src/util/renderer.ts +123 -72
- package/src/util/resolvers.ts +16 -14
- package/src/util/runtime.ts +4 -4
- package/src/util/schema.ts +1 -1
- package/src/util/type.ts +5 -3
- package/src/util/uischema.ts +9 -9
- package/src/util/util.ts +54 -54
- package/src/util/validator.ts +2 -2
- package/.nycrc +0 -6
- package/docs/assets/css/main.css +0 -1
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +0 -51
- package/docs/assets/js/search.json +0 -1
- package/docs/classes/gen.html +0 -406
- package/docs/enums/ruleeffect.html +0 -214
- package/docs/globals.html +0 -10568
- package/docs/index.html +0 -1297
- package/docs/interfaces/action.html +0 -166
- package/docs/interfaces/addcellrendereraction.html +0 -181
- package/docs/interfaces/addrendereraction.html +0 -181
- package/docs/interfaces/adduischemaaction.html +0 -181
- package/docs/interfaces/andcondition.html +0 -181
- package/docs/interfaces/anyaction.html +0 -189
- package/docs/interfaces/arraycontrolprops.html +0 -653
- package/docs/interfaces/arraylayoutprops.html +0 -648
- package/docs/interfaces/categorization.html +0 -281
- package/docs/interfaces/category.html +0 -279
- package/docs/interfaces/cellprops.html +0 -452
- package/docs/interfaces/combinatorrendererprops.html +0 -503
- package/docs/interfaces/combinatorsubschemarenderinfo.html +0 -181
- package/docs/interfaces/composablecondition.html +0 -193
- package/docs/interfaces/condition.html +0 -176
- package/docs/interfaces/controlelement.html +0 -280
- package/docs/interfaces/controlprops.html +0 -497
- package/docs/interfaces/controlstate.html +0 -184
- package/docs/interfaces/controlwithdetailprops.html +0 -501
- package/docs/interfaces/dispatchcellprops.html +0 -388
- package/docs/interfaces/dispatchcellstateprops.html +0 -408
- package/docs/interfaces/dispatchpropsofarraycontrol.html +0 -322
- package/docs/interfaces/dispatchpropsofcontrol.html +0 -204
- package/docs/interfaces/dispatchpropsofmultienumcontrol.html +0 -215
- package/docs/interfaces/enumcellprops.html +0 -467
- package/docs/interfaces/enumoption.html +0 -167
- package/docs/interfaces/formatted.html +0 -226
- package/docs/interfaces/grouplayout.html +0 -284
- package/docs/interfaces/horizontallayout.html +0 -234
- package/docs/interfaces/initaction.html +0 -209
- package/docs/interfaces/initactionoptions.html +0 -181
- package/docs/interfaces/internationalizable.html +0 -170
- package/docs/interfaces/jsonformscellrendererregistryentry.html +0 -167
- package/docs/interfaces/jsonformscore.html +0 -251
- package/docs/interfaces/jsonformsdefaultdataregistryentry.html +0 -167
- package/docs/interfaces/jsonformsextendedstate.html +0 -175
- package/docs/interfaces/jsonformsi18nstate.html +0 -181
- package/docs/interfaces/jsonformsprops.html +0 -321
- package/docs/interfaces/jsonformsrendererregistryentry.html +0 -167
- package/docs/interfaces/jsonformsstate.html +0 -170
- package/docs/interfaces/jsonformsstore.html +0 -376
- package/docs/interfaces/jsonformssubstates.html +0 -276
- package/docs/interfaces/jsonformsuischemaregistryentry.html +0 -167
- package/docs/interfaces/jsonschema4.html +0 -758
- package/docs/interfaces/jsonschema7.html +0 -884
- package/docs/interfaces/labelable.html +0 -184
- package/docs/interfaces/labeldescription.html +0 -184
- package/docs/interfaces/labeled.html +0 -182
- package/docs/interfaces/labelelement.html +0 -251
- package/docs/interfaces/labelprops.html +0 -339
- package/docs/interfaces/layout.html +0 -253
- package/docs/interfaces/layoutprops.html +0 -359
- package/docs/interfaces/leafcondition.html +0 -209
- package/docs/interfaces/orcondition.html +0 -181
- package/docs/interfaces/ownpropsofcell.html +0 -321
- package/docs/interfaces/ownpropsofcontrol.html +0 -305
- package/docs/interfaces/ownpropsofenum.html +0 -161
- package/docs/interfaces/ownpropsofenumcell.html +0 -335
- package/docs/interfaces/ownpropsofjsonformsrenderer.html +0 -296
- package/docs/interfaces/ownpropsoflabel.html +0 -286
- package/docs/interfaces/ownpropsoflayout.html +0 -305
- package/docs/interfaces/ownpropsofmasterlistitem.html +0 -289
- package/docs/interfaces/ownpropsofrenderer.html +0 -292
- package/docs/interfaces/referenceschemamap.html +0 -138
- package/docs/interfaces/registerdefaultdataaction.html +0 -181
- package/docs/interfaces/removecellrendereraction.html +0 -181
- package/docs/interfaces/removerendereraction.html +0 -181
- package/docs/interfaces/removeuischemaaction.html +0 -167
- package/docs/interfaces/rendererprops.html +0 -331
- package/docs/interfaces/rule.html +0 -185
- package/docs/interfaces/schemabasedcondition.html +0 -202
- package/docs/interfaces/scopable.html +0 -171
- package/docs/interfaces/scoped.html +0 -183
- package/docs/interfaces/setajvaction.html +0 -167
- package/docs/interfaces/setconfigaction.html +0 -167
- package/docs/interfaces/setlocaleaction.html +0 -167
- package/docs/interfaces/setschemaaction.html +0 -167
- package/docs/interfaces/settranslatoraction.html +0 -181
- package/docs/interfaces/setuischemaaction.html +0 -167
- package/docs/interfaces/setvalidationmodeaction.html +0 -167
- package/docs/interfaces/statepropsofarraycontrol.html +0 -474
- package/docs/interfaces/statepropsofarraylayout.html +0 -461
- package/docs/interfaces/statepropsofcell.html +0 -408
- package/docs/interfaces/statepropsofcombinator.html +0 -449
- package/docs/interfaces/statepropsofcontrol.html +0 -451
- package/docs/interfaces/statepropsofcontrolwithdetail.html +0 -463
- package/docs/interfaces/statepropsofenumcell.html +0 -422
- package/docs/interfaces/statepropsofjsonformsrenderer.html +0 -324
- package/docs/interfaces/statepropsoflabel.html +0 -343
- package/docs/interfaces/statepropsoflayout.html +0 -369
- package/docs/interfaces/statepropsofmasteritem.html +0 -309
- package/docs/interfaces/statepropsofrenderer.html +0 -331
- package/docs/interfaces/statepropsofscopedrenderer.html +0 -391
- package/docs/interfaces/store.html +0 -386
- package/docs/interfaces/testercontext.html +0 -184
- package/docs/interfaces/uischemaelement.html +0 -225
- package/docs/interfaces/unregisterdefaultdataaction.html +0 -167
- package/docs/interfaces/updateaction.html +0 -202
- package/docs/interfaces/updatecoreaction.html +0 -209
- package/docs/interfaces/updateerrorsaction.html +0 -167
- package/docs/interfaces/updatei18naction.html +0 -195
- package/docs/interfaces/verticallayout.html +0 -234
- package/docs/interfaces/withclassname.html +0 -153
- package/rollup.config.js +0 -44
- package/stats.html +0 -3279
- package/test/actions/actions.test.ts +0 -93
- package/test/generators/schema.test.ts +0 -224
- package/test/generators/uischema.test.ts +0 -576
- package/test/i18n/i18nUtil.test.ts +0 -88
- package/test/reducers/core.test.ts +0 -1682
- package/test/reducers/uischemas.test.ts +0 -173
- package/test/testers.test.ts +0 -948
- package/test/util/array.test.ts +0 -28
- package/test/util/cell.test.ts +0 -354
- package/test/util/derivetype.test.ts +0 -101
- package/test/util/label.test.ts +0 -364
- package/test/util/path.test.ts +0 -259
- package/test/util/renderer.test.ts +0 -1830
- package/test/util/resolvers.test.ts +0 -157
- package/test/util/runtime.test.ts +0 -779
- package/tsconfig.json +0 -13
|
@@ -1,309 +0,0 @@
|
|
|
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>StatePropsOfMasterItem | 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="statepropsofmasteritem.html">StatePropsOfMasterItem</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface StatePropsOfMasterItem</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="ownpropsofmasterlistitem.html" class="tsd-signature-type">OwnPropsOfMasterListItem</a>
|
|
72
|
-
<ul class="tsd-hierarchy">
|
|
73
|
-
<li>
|
|
74
|
-
<span class="target">StatePropsOfMasterItem</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 ">
|
|
85
|
-
<h3>Properties</h3>
|
|
86
|
-
<ul class="tsd-index-list">
|
|
87
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofmasteritem.html#childlabel" class="tsd-kind-icon">child<wbr>Label</a></li>
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#index" class="tsd-kind-icon">index</a></li>
|
|
89
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#path" class="tsd-kind-icon">path</a></li>
|
|
90
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#selected" class="tsd-kind-icon">selected</a></li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
95
|
-
<h3>Methods</h3>
|
|
96
|
-
<ul class="tsd-index-list">
|
|
97
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#handleselect" class="tsd-kind-icon">handle<wbr>Select</a></li>
|
|
98
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofmasteritem.html#removeitem" class="tsd-kind-icon">remove<wbr>Item</a></li>
|
|
99
|
-
</ul>
|
|
100
|
-
</section>
|
|
101
|
-
</div>
|
|
102
|
-
</section>
|
|
103
|
-
</section>
|
|
104
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
105
|
-
<h2>Properties</h2>
|
|
106
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
107
|
-
<a name="childlabel" class="tsd-anchor"></a>
|
|
108
|
-
<h3>child<wbr>Label</h3>
|
|
109
|
-
<div class="tsd-signature tsd-kind-icon">child<wbr>Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
110
|
-
<aside class="tsd-sources">
|
|
111
|
-
<ul>
|
|
112
|
-
<li>Defined in packages/core/src/util/renderer.ts:653</li>
|
|
113
|
-
</ul>
|
|
114
|
-
</aside>
|
|
115
|
-
</section>
|
|
116
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
117
|
-
<a name="index" class="tsd-anchor"></a>
|
|
118
|
-
<h3>index</h3>
|
|
119
|
-
<div class="tsd-signature tsd-kind-icon">index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
120
|
-
<aside class="tsd-sources">
|
|
121
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#index">index</a></p>
|
|
122
|
-
<ul>
|
|
123
|
-
<li>Defined in packages/core/src/util/renderer.ts:644</li>
|
|
124
|
-
</ul>
|
|
125
|
-
</aside>
|
|
126
|
-
</section>
|
|
127
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
128
|
-
<a name="path" class="tsd-anchor"></a>
|
|
129
|
-
<h3>path</h3>
|
|
130
|
-
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
131
|
-
<aside class="tsd-sources">
|
|
132
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#path">path</a></p>
|
|
133
|
-
<ul>
|
|
134
|
-
<li>Defined in packages/core/src/util/renderer.ts:646</li>
|
|
135
|
-
</ul>
|
|
136
|
-
</aside>
|
|
137
|
-
</section>
|
|
138
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
139
|
-
<a name="schema" class="tsd-anchor"></a>
|
|
140
|
-
<h3>schema</h3>
|
|
141
|
-
<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>
|
|
142
|
-
<aside class="tsd-sources">
|
|
143
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#schema">schema</a></p>
|
|
144
|
-
<ul>
|
|
145
|
-
<li>Defined in packages/core/src/util/renderer.ts:647</li>
|
|
146
|
-
</ul>
|
|
147
|
-
</aside>
|
|
148
|
-
</section>
|
|
149
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
150
|
-
<a name="selected" class="tsd-anchor"></a>
|
|
151
|
-
<h3>selected</h3>
|
|
152
|
-
<div class="tsd-signature tsd-kind-icon">selected<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
153
|
-
<aside class="tsd-sources">
|
|
154
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#selected">selected</a></p>
|
|
155
|
-
<ul>
|
|
156
|
-
<li>Defined in packages/core/src/util/renderer.ts:645</li>
|
|
157
|
-
</ul>
|
|
158
|
-
</aside>
|
|
159
|
-
</section>
|
|
160
|
-
</section>
|
|
161
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
162
|
-
<h2>Methods</h2>
|
|
163
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
164
|
-
<a name="handleselect" class="tsd-anchor"></a>
|
|
165
|
-
<h3>handle<wbr>Select</h3>
|
|
166
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
167
|
-
<li class="tsd-signature tsd-kind-icon">handle<wbr>Select<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></li>
|
|
168
|
-
</ul>
|
|
169
|
-
<ul class="tsd-descriptions">
|
|
170
|
-
<li class="tsd-description">
|
|
171
|
-
<aside class="tsd-sources">
|
|
172
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#handleselect">handleSelect</a></p>
|
|
173
|
-
<ul>
|
|
174
|
-
<li>Defined in packages/core/src/util/renderer.ts:648</li>
|
|
175
|
-
</ul>
|
|
176
|
-
</aside>
|
|
177
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
178
|
-
<ul class="tsd-parameters">
|
|
179
|
-
<li>
|
|
180
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
181
|
-
</li>
|
|
182
|
-
</ul>
|
|
183
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h4>
|
|
184
|
-
<ul class="tsd-parameters">
|
|
185
|
-
<li class="tsd-parameter-signature">
|
|
186
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
187
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
188
|
-
</ul>
|
|
189
|
-
<ul class="tsd-descriptions">
|
|
190
|
-
<li class="tsd-description">
|
|
191
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
192
|
-
</li>
|
|
193
|
-
</ul>
|
|
194
|
-
</li>
|
|
195
|
-
</ul>
|
|
196
|
-
</li>
|
|
197
|
-
</ul>
|
|
198
|
-
</section>
|
|
199
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
200
|
-
<a name="removeitem" class="tsd-anchor"></a>
|
|
201
|
-
<h3>remove<wbr>Item</h3>
|
|
202
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
203
|
-
<li class="tsd-signature tsd-kind-icon">remove<wbr>Item<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></li>
|
|
204
|
-
</ul>
|
|
205
|
-
<ul class="tsd-descriptions">
|
|
206
|
-
<li class="tsd-description">
|
|
207
|
-
<aside class="tsd-sources">
|
|
208
|
-
<p>Inherited from <a href="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>.<a href="ownpropsofmasterlistitem.html#removeitem">removeItem</a></p>
|
|
209
|
-
<ul>
|
|
210
|
-
<li>Defined in packages/core/src/util/renderer.ts:649</li>
|
|
211
|
-
</ul>
|
|
212
|
-
</aside>
|
|
213
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
214
|
-
<ul class="tsd-parameters">
|
|
215
|
-
<li>
|
|
216
|
-
<h5>path: <span class="tsd-signature-type">string</span></h5>
|
|
217
|
-
</li>
|
|
218
|
-
<li>
|
|
219
|
-
<h5>value: <span class="tsd-signature-type">number</span></h5>
|
|
220
|
-
</li>
|
|
221
|
-
</ul>
|
|
222
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h4>
|
|
223
|
-
<ul class="tsd-parameters">
|
|
224
|
-
<li class="tsd-parameter-signature">
|
|
225
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
226
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
227
|
-
</ul>
|
|
228
|
-
<ul class="tsd-descriptions">
|
|
229
|
-
<li class="tsd-description">
|
|
230
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
231
|
-
</li>
|
|
232
|
-
</ul>
|
|
233
|
-
</li>
|
|
234
|
-
</ul>
|
|
235
|
-
</li>
|
|
236
|
-
</ul>
|
|
237
|
-
</section>
|
|
238
|
-
</section>
|
|
239
|
-
</div>
|
|
240
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
241
|
-
<nav class="tsd-navigation primary">
|
|
242
|
-
<ul>
|
|
243
|
-
<li class="globals ">
|
|
244
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
245
|
-
</li>
|
|
246
|
-
</ul>
|
|
247
|
-
</nav>
|
|
248
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
249
|
-
<ul class="before-current">
|
|
250
|
-
</ul>
|
|
251
|
-
<ul class="current">
|
|
252
|
-
<li class="current tsd-kind-interface">
|
|
253
|
-
<a href="statepropsofmasteritem.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfMaster<wbr>Item</a>
|
|
254
|
-
<ul>
|
|
255
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
256
|
-
<a href="statepropsofmasteritem.html#childlabel" class="tsd-kind-icon">child<wbr>Label</a>
|
|
257
|
-
</li>
|
|
258
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
259
|
-
<a href="statepropsofmasteritem.html#index" class="tsd-kind-icon">index</a>
|
|
260
|
-
</li>
|
|
261
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
262
|
-
<a href="statepropsofmasteritem.html#path" class="tsd-kind-icon">path</a>
|
|
263
|
-
</li>
|
|
264
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
265
|
-
<a href="statepropsofmasteritem.html#schema" class="tsd-kind-icon">schema</a>
|
|
266
|
-
</li>
|
|
267
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
268
|
-
<a href="statepropsofmasteritem.html#selected" class="tsd-kind-icon">selected</a>
|
|
269
|
-
</li>
|
|
270
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
271
|
-
<a href="statepropsofmasteritem.html#handleselect" class="tsd-kind-icon">handle<wbr>Select</a>
|
|
272
|
-
</li>
|
|
273
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
274
|
-
<a href="statepropsofmasteritem.html#removeitem" class="tsd-kind-icon">remove<wbr>Item</a>
|
|
275
|
-
</li>
|
|
276
|
-
</ul>
|
|
277
|
-
</li>
|
|
278
|
-
</ul>
|
|
279
|
-
<ul class="after-current">
|
|
280
|
-
</ul>
|
|
281
|
-
</nav>
|
|
282
|
-
</div>
|
|
283
|
-
</div>
|
|
284
|
-
</div>
|
|
285
|
-
<footer class="with-border-bottom">
|
|
286
|
-
<div class="container">
|
|
287
|
-
<h2>Legend</h2>
|
|
288
|
-
<div class="tsd-legend-group">
|
|
289
|
-
<ul class="tsd-legend">
|
|
290
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
291
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
292
|
-
</ul>
|
|
293
|
-
<ul class="tsd-legend">
|
|
294
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
295
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
296
|
-
</ul>
|
|
297
|
-
<ul class="tsd-legend">
|
|
298
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
299
|
-
</ul>
|
|
300
|
-
</div>
|
|
301
|
-
</div>
|
|
302
|
-
</footer>
|
|
303
|
-
<div class="container tsd-generator">
|
|
304
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
305
|
-
</div>
|
|
306
|
-
<div class="overlay"></div>
|
|
307
|
-
<script src="../assets/js/main.js"></script>
|
|
308
|
-
</body>
|
|
309
|
-
</html>
|
|
@@ -1,331 +0,0 @@
|
|
|
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>StatePropsOfRenderer | 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="statepropsofrenderer.html">StatePropsOfRenderer</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface StatePropsOfRenderer</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>State-based props of a {@link Renderer}.</p>
|
|
71
|
-
</div>
|
|
72
|
-
</div>
|
|
73
|
-
</section>
|
|
74
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
75
|
-
<h3>Hierarchy</h3>
|
|
76
|
-
<ul class="tsd-hierarchy">
|
|
77
|
-
<li>
|
|
78
|
-
<span class="target">StatePropsOfRenderer</span>
|
|
79
|
-
<ul class="tsd-hierarchy">
|
|
80
|
-
<li>
|
|
81
|
-
<a href="statepropsofscopedrenderer.html" class="tsd-signature-type">StatePropsOfScopedRenderer</a>
|
|
82
|
-
</li>
|
|
83
|
-
<li>
|
|
84
|
-
<a href="rendererprops.html" class="tsd-signature-type">RendererProps</a>
|
|
85
|
-
</li>
|
|
86
|
-
<li>
|
|
87
|
-
<a href="statepropsoflayout.html" class="tsd-signature-type">StatePropsOfLayout</a>
|
|
88
|
-
</li>
|
|
89
|
-
<li>
|
|
90
|
-
<a href="statepropsoflabel.html" class="tsd-signature-type">StatePropsOfLabel</a>
|
|
91
|
-
</li>
|
|
92
|
-
</ul>
|
|
93
|
-
</li>
|
|
94
|
-
</ul>
|
|
95
|
-
</section>
|
|
96
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
97
|
-
<h2>Index</h2>
|
|
98
|
-
<section class="tsd-panel tsd-index-panel">
|
|
99
|
-
<div class="tsd-index-content">
|
|
100
|
-
<section class="tsd-index-section ">
|
|
101
|
-
<h3>Properties</h3>
|
|
102
|
-
<ul class="tsd-index-list">
|
|
103
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#cells" class="tsd-kind-icon">cells</a></li>
|
|
104
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#config" class="tsd-kind-icon">config</a></li>
|
|
105
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#data" class="tsd-kind-icon">data</a></li>
|
|
106
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#enabled" class="tsd-kind-icon">enabled</a></li>
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#path" class="tsd-kind-icon">path</a></li>
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#renderers" class="tsd-kind-icon">renderers</a></li>
|
|
109
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
110
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#uischema" class="tsd-kind-icon">uischema</a></li>
|
|
111
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofrenderer.html#visible" class="tsd-kind-icon">visible</a></li>
|
|
112
|
-
</ul>
|
|
113
|
-
</section>
|
|
114
|
-
</div>
|
|
115
|
-
</section>
|
|
116
|
-
</section>
|
|
117
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
118
|
-
<h2>Properties</h2>
|
|
119
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
120
|
-
<a name="cells" class="tsd-anchor"></a>
|
|
121
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cells</h3>
|
|
122
|
-
<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>
|
|
123
|
-
<aside class="tsd-sources">
|
|
124
|
-
<ul>
|
|
125
|
-
<li>Defined in packages/core/src/util/renderer.ts:316</li>
|
|
126
|
-
</ul>
|
|
127
|
-
</aside>
|
|
128
|
-
<div class="tsd-comment tsd-typography">
|
|
129
|
-
<div class="lead">
|
|
130
|
-
<p>All available cell renderers.</p>
|
|
131
|
-
</div>
|
|
132
|
-
</div>
|
|
133
|
-
</section>
|
|
134
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
135
|
-
<a name="config" class="tsd-anchor"></a>
|
|
136
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> config</h3>
|
|
137
|
-
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
138
|
-
<aside class="tsd-sources">
|
|
139
|
-
<ul>
|
|
140
|
-
<li>Defined in packages/core/src/util/renderer.ts:276</li>
|
|
141
|
-
</ul>
|
|
142
|
-
</aside>
|
|
143
|
-
<div class="tsd-comment tsd-typography">
|
|
144
|
-
<div class="lead">
|
|
145
|
-
<p>Any configuration options for the element.</p>
|
|
146
|
-
</div>
|
|
147
|
-
</div>
|
|
148
|
-
</section>
|
|
149
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
150
|
-
<a name="data" class="tsd-anchor"></a>
|
|
151
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> data</h3>
|
|
152
|
-
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
153
|
-
<aside class="tsd-sources">
|
|
154
|
-
<ul>
|
|
155
|
-
<li>Defined in packages/core/src/util/renderer.ts:291</li>
|
|
156
|
-
</ul>
|
|
157
|
-
</aside>
|
|
158
|
-
<div class="tsd-comment tsd-typography">
|
|
159
|
-
<div class="lead">
|
|
160
|
-
<p>The data to be rendered.</p>
|
|
161
|
-
</div>
|
|
162
|
-
</div>
|
|
163
|
-
</section>
|
|
164
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
165
|
-
<a name="enabled" class="tsd-anchor"></a>
|
|
166
|
-
<h3>enabled</h3>
|
|
167
|
-
<div class="tsd-signature tsd-kind-icon">enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
168
|
-
<aside class="tsd-sources">
|
|
169
|
-
<ul>
|
|
170
|
-
<li>Defined in packages/core/src/util/renderer.ts:296</li>
|
|
171
|
-
</ul>
|
|
172
|
-
</aside>
|
|
173
|
-
<div class="tsd-comment tsd-typography">
|
|
174
|
-
<div class="lead">
|
|
175
|
-
<p>Whether the rendered element should be enabled.</p>
|
|
176
|
-
</div>
|
|
177
|
-
</div>
|
|
178
|
-
</section>
|
|
179
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
180
|
-
<a name="path" class="tsd-anchor"></a>
|
|
181
|
-
<h3>path</h3>
|
|
182
|
-
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
183
|
-
<aside class="tsd-sources">
|
|
184
|
-
<ul>
|
|
185
|
-
<li>Defined in packages/core/src/util/renderer.ts:305</li>
|
|
186
|
-
</ul>
|
|
187
|
-
</aside>
|
|
188
|
-
<div class="tsd-comment tsd-typography">
|
|
189
|
-
<div class="lead">
|
|
190
|
-
<p>Instance path the data is written to, in case of a control.</p>
|
|
191
|
-
</div>
|
|
192
|
-
</div>
|
|
193
|
-
</section>
|
|
194
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
195
|
-
<a name="renderers" class="tsd-anchor"></a>
|
|
196
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> renderers</h3>
|
|
197
|
-
<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>
|
|
198
|
-
<aside class="tsd-sources">
|
|
199
|
-
<ul>
|
|
200
|
-
<li>Defined in packages/core/src/util/renderer.ts:310</li>
|
|
201
|
-
</ul>
|
|
202
|
-
</aside>
|
|
203
|
-
<div class="tsd-comment tsd-typography">
|
|
204
|
-
<div class="lead">
|
|
205
|
-
<p>All available renderers.</p>
|
|
206
|
-
</div>
|
|
207
|
-
</div>
|
|
208
|
-
</section>
|
|
209
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
210
|
-
<a name="schema" class="tsd-anchor"></a>
|
|
211
|
-
<h3>schema</h3>
|
|
212
|
-
<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>
|
|
213
|
-
<aside class="tsd-sources">
|
|
214
|
-
<ul>
|
|
215
|
-
<li>Defined in packages/core/src/util/renderer.ts:286</li>
|
|
216
|
-
</ul>
|
|
217
|
-
</aside>
|
|
218
|
-
<div class="tsd-comment tsd-typography">
|
|
219
|
-
<div class="lead">
|
|
220
|
-
<p>The JSON schema that describes the data.</p>
|
|
221
|
-
</div>
|
|
222
|
-
</div>
|
|
223
|
-
</section>
|
|
224
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
225
|
-
<a name="uischema" class="tsd-anchor"></a>
|
|
226
|
-
<h3>uischema</h3>
|
|
227
|
-
<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>
|
|
228
|
-
<aside class="tsd-sources">
|
|
229
|
-
<ul>
|
|
230
|
-
<li>Defined in packages/core/src/util/renderer.ts:281</li>
|
|
231
|
-
</ul>
|
|
232
|
-
</aside>
|
|
233
|
-
<div class="tsd-comment tsd-typography">
|
|
234
|
-
<div class="lead">
|
|
235
|
-
<p>The UI schema to be rendered.</p>
|
|
236
|
-
</div>
|
|
237
|
-
</div>
|
|
238
|
-
</section>
|
|
239
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
240
|
-
<a name="visible" class="tsd-anchor"></a>
|
|
241
|
-
<h3>visible</h3>
|
|
242
|
-
<div class="tsd-signature tsd-kind-icon">visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
243
|
-
<aside class="tsd-sources">
|
|
244
|
-
<ul>
|
|
245
|
-
<li>Defined in packages/core/src/util/renderer.ts:300</li>
|
|
246
|
-
</ul>
|
|
247
|
-
</aside>
|
|
248
|
-
<div class="tsd-comment tsd-typography">
|
|
249
|
-
<div class="lead">
|
|
250
|
-
<p>Whether the rendered element should be visible.</p>
|
|
251
|
-
</div>
|
|
252
|
-
</div>
|
|
253
|
-
</section>
|
|
254
|
-
</section>
|
|
255
|
-
</div>
|
|
256
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
257
|
-
<nav class="tsd-navigation primary">
|
|
258
|
-
<ul>
|
|
259
|
-
<li class="globals ">
|
|
260
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
261
|
-
</li>
|
|
262
|
-
</ul>
|
|
263
|
-
</nav>
|
|
264
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
265
|
-
<ul class="before-current">
|
|
266
|
-
</ul>
|
|
267
|
-
<ul class="current">
|
|
268
|
-
<li class="current tsd-kind-interface">
|
|
269
|
-
<a href="statepropsofrenderer.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfRenderer</a>
|
|
270
|
-
<ul>
|
|
271
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
272
|
-
<a href="statepropsofrenderer.html#cells" class="tsd-kind-icon">cells</a>
|
|
273
|
-
</li>
|
|
274
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
275
|
-
<a href="statepropsofrenderer.html#config" class="tsd-kind-icon">config</a>
|
|
276
|
-
</li>
|
|
277
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
278
|
-
<a href="statepropsofrenderer.html#data" class="tsd-kind-icon">data</a>
|
|
279
|
-
</li>
|
|
280
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
281
|
-
<a href="statepropsofrenderer.html#enabled" class="tsd-kind-icon">enabled</a>
|
|
282
|
-
</li>
|
|
283
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
284
|
-
<a href="statepropsofrenderer.html#path" class="tsd-kind-icon">path</a>
|
|
285
|
-
</li>
|
|
286
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
287
|
-
<a href="statepropsofrenderer.html#renderers" class="tsd-kind-icon">renderers</a>
|
|
288
|
-
</li>
|
|
289
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
290
|
-
<a href="statepropsofrenderer.html#schema" class="tsd-kind-icon">schema</a>
|
|
291
|
-
</li>
|
|
292
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
293
|
-
<a href="statepropsofrenderer.html#uischema" class="tsd-kind-icon">uischema</a>
|
|
294
|
-
</li>
|
|
295
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
296
|
-
<a href="statepropsofrenderer.html#visible" class="tsd-kind-icon">visible</a>
|
|
297
|
-
</li>
|
|
298
|
-
</ul>
|
|
299
|
-
</li>
|
|
300
|
-
</ul>
|
|
301
|
-
<ul class="after-current">
|
|
302
|
-
</ul>
|
|
303
|
-
</nav>
|
|
304
|
-
</div>
|
|
305
|
-
</div>
|
|
306
|
-
</div>
|
|
307
|
-
<footer class="with-border-bottom">
|
|
308
|
-
<div class="container">
|
|
309
|
-
<h2>Legend</h2>
|
|
310
|
-
<div class="tsd-legend-group">
|
|
311
|
-
<ul class="tsd-legend">
|
|
312
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
313
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
314
|
-
</ul>
|
|
315
|
-
<ul class="tsd-legend">
|
|
316
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
317
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
318
|
-
</ul>
|
|
319
|
-
<ul class="tsd-legend">
|
|
320
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
321
|
-
</ul>
|
|
322
|
-
</div>
|
|
323
|
-
</div>
|
|
324
|
-
</footer>
|
|
325
|
-
<div class="container tsd-generator">
|
|
326
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
327
|
-
</div>
|
|
328
|
-
<div class="overlay"></div>
|
|
329
|
-
<script src="../assets/js/main.js"></script>
|
|
330
|
-
</body>
|
|
331
|
-
</html>
|