@jsonforms/core 3.0.0 → 3.1.0-alpha.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/lib/Helpers.d.ts +1 -1
- package/lib/actions/actions.d.ts +6 -5
- package/lib/generators/Generate.d.ts +1 -1
- package/lib/generators/schema.d.ts +1 -1
- package/lib/i18n/i18nTypes.d.ts +3 -2
- package/lib/i18n/i18nUtil.d.ts +2 -2
- package/lib/jsonforms-core.cjs.js +3 -3
- package/lib/jsonforms-core.cjs.js.map +1 -1
- package/lib/jsonforms-core.esm.js +2 -2
- 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 -3
- 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 +5 -5
- 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 +7 -3
- package/src/Helpers.ts +1 -1
- package/src/actions/actions.ts +6 -5
- package/src/generators/Generate.ts +1 -1
- package/src/generators/schema.ts +1 -1
- package/src/i18n/i18nTypes.ts +3 -2
- package/src/i18n/i18nUtil.ts +2 -2
- package/src/models/jsonSchema.ts +2 -2
- package/src/models/uischema.ts +1 -1
- package/src/reducers/cells.ts +2 -2
- package/src/reducers/config.ts +1 -1
- package/src/reducers/core.ts +4 -3
- package/src/reducers/default-data.ts +1 -1
- package/src/reducers/i18n.ts +1 -1
- package/src/reducers/reducers.ts +4 -4
- package/src/reducers/renderers.ts +2 -2
- package/src/reducers/selectors.ts +6 -6
- package/src/reducers/uischemas.ts +2 -2
- package/src/store.ts +3 -3
- package/src/testers/testers.ts +2 -2
- package/src/util/cell.ts +3 -3
- package/src/util/combinators.ts +1 -1
- package/src/util/label.ts +1 -1
- package/src/util/path.ts +6 -3
- package/src/util/renderer.ts +5 -5
- package/src/util/resolvers.ts +2 -2
- package/src/util/runtime.ts +2 -2
- package/src/util/util.ts +2 -2
- package/src/util/validator.ts +1 -1
- 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,305 +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>OwnPropsOfLayout | 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="ownpropsoflayout.html">OwnPropsOfLayout</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface OwnPropsOfLayout</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="ownpropsofrenderer.html" class="tsd-signature-type">OwnPropsOfRenderer</a>
|
|
72
|
-
<ul class="tsd-hierarchy">
|
|
73
|
-
<li>
|
|
74
|
-
<span class="target">OwnPropsOfLayout</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 tsd-is-inherited"><a href="ownpropsoflayout.html#cells" class="tsd-kind-icon">cells</a></li>
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ownpropsoflayout.html#direction" class="tsd-kind-icon">direction</a></li>
|
|
89
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#enabled" class="tsd-kind-icon">enabled</a></li>
|
|
90
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#path" class="tsd-kind-icon">path</a></li>
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#renderers" class="tsd-kind-icon">renderers</a></li>
|
|
92
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
93
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#uischema" class="tsd-kind-icon">uischema</a></li>
|
|
94
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#uischemas" class="tsd-kind-icon">uischemas</a></li>
|
|
95
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="ownpropsoflayout.html#visible" class="tsd-kind-icon">visible</a></li>
|
|
96
|
-
</ul>
|
|
97
|
-
</section>
|
|
98
|
-
</div>
|
|
99
|
-
</section>
|
|
100
|
-
</section>
|
|
101
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
102
|
-
<h2>Properties</h2>
|
|
103
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
104
|
-
<a name="cells" class="tsd-anchor"></a>
|
|
105
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cells</h3>
|
|
106
|
-
<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>
|
|
107
|
-
<aside class="tsd-sources">
|
|
108
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#cells">cells</a></p>
|
|
109
|
-
<ul>
|
|
110
|
-
<li>Defined in packages/core/src/util/renderer.ts:246</li>
|
|
111
|
-
</ul>
|
|
112
|
-
</aside>
|
|
113
|
-
</section>
|
|
114
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
115
|
-
<a name="direction" class="tsd-anchor"></a>
|
|
116
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> direction</h3>
|
|
117
|
-
<div class="tsd-signature tsd-kind-icon">direction<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"row"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"column"</span></div>
|
|
118
|
-
<aside class="tsd-sources">
|
|
119
|
-
<ul>
|
|
120
|
-
<li>Defined in packages/core/src/util/renderer.ts:266</li>
|
|
121
|
-
</ul>
|
|
122
|
-
</aside>
|
|
123
|
-
</section>
|
|
124
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
125
|
-
<a name="enabled" class="tsd-anchor"></a>
|
|
126
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enabled</h3>
|
|
127
|
-
<div class="tsd-signature tsd-kind-icon">enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
128
|
-
<aside class="tsd-sources">
|
|
129
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#enabled">enabled</a></p>
|
|
130
|
-
<ul>
|
|
131
|
-
<li>Defined in packages/core/src/util/renderer.ts:231</li>
|
|
132
|
-
</ul>
|
|
133
|
-
</aside>
|
|
134
|
-
<div class="tsd-comment tsd-typography">
|
|
135
|
-
<div class="lead">
|
|
136
|
-
<p>Whether the rendered element should be enabled.</p>
|
|
137
|
-
</div>
|
|
138
|
-
</div>
|
|
139
|
-
</section>
|
|
140
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
141
|
-
<a name="path" class="tsd-anchor"></a>
|
|
142
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> path</h3>
|
|
143
|
-
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
144
|
-
<aside class="tsd-sources">
|
|
145
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#path">path</a></p>
|
|
146
|
-
<ul>
|
|
147
|
-
<li>Defined in packages/core/src/util/renderer.ts:242</li>
|
|
148
|
-
</ul>
|
|
149
|
-
</aside>
|
|
150
|
-
<div class="tsd-comment tsd-typography">
|
|
151
|
-
<div class="lead">
|
|
152
|
-
<p>Optional instance path. Necessary when the actual data
|
|
153
|
-
path can not be inferred via the UI schema element as
|
|
154
|
-
it is the case with nested controls.</p>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</section>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
159
|
-
<a name="renderers" class="tsd-anchor"></a>
|
|
160
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> renderers</h3>
|
|
161
|
-
<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>
|
|
162
|
-
<aside class="tsd-sources">
|
|
163
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#renderers">renderers</a></p>
|
|
164
|
-
<ul>
|
|
165
|
-
<li>Defined in packages/core/src/util/renderer.ts:244</li>
|
|
166
|
-
</ul>
|
|
167
|
-
</aside>
|
|
168
|
-
</section>
|
|
169
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
170
|
-
<a name="schema" class="tsd-anchor"></a>
|
|
171
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> schema</h3>
|
|
172
|
-
<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>
|
|
173
|
-
<aside class="tsd-sources">
|
|
174
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#schema">schema</a></p>
|
|
175
|
-
<ul>
|
|
176
|
-
<li>Defined in packages/core/src/util/renderer.ts:227</li>
|
|
177
|
-
</ul>
|
|
178
|
-
</aside>
|
|
179
|
-
<div class="tsd-comment tsd-typography">
|
|
180
|
-
<div class="lead">
|
|
181
|
-
<p>The JSON schema that describes the data.</p>
|
|
182
|
-
</div>
|
|
183
|
-
</div>
|
|
184
|
-
</section>
|
|
185
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
186
|
-
<a name="uischema" class="tsd-anchor"></a>
|
|
187
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> uischema</h3>
|
|
188
|
-
<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>
|
|
189
|
-
<aside class="tsd-sources">
|
|
190
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#uischema">uischema</a></p>
|
|
191
|
-
<ul>
|
|
192
|
-
<li>Defined in packages/core/src/util/renderer.ts:223</li>
|
|
193
|
-
</ul>
|
|
194
|
-
</aside>
|
|
195
|
-
<div class="tsd-comment tsd-typography">
|
|
196
|
-
<div class="lead">
|
|
197
|
-
<p>The UI schema to be rendered.</p>
|
|
198
|
-
</div>
|
|
199
|
-
</div>
|
|
200
|
-
</section>
|
|
201
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
202
|
-
<a name="uischemas" class="tsd-anchor"></a>
|
|
203
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> uischemas</h3>
|
|
204
|
-
<div class="tsd-signature tsd-kind-icon">uischemas<span class="tsd-signature-symbol">:</span> <a href="jsonformsuischemaregistryentry.html" class="tsd-signature-type">JsonFormsUISchemaRegistryEntry</a><span class="tsd-signature-symbol">[]</span></div>
|
|
205
|
-
<aside class="tsd-sources">
|
|
206
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#uischemas">uischemas</a></p>
|
|
207
|
-
<ul>
|
|
208
|
-
<li>Defined in packages/core/src/util/renderer.ts:248</li>
|
|
209
|
-
</ul>
|
|
210
|
-
</aside>
|
|
211
|
-
</section>
|
|
212
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
213
|
-
<a name="visible" class="tsd-anchor"></a>
|
|
214
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> visible</h3>
|
|
215
|
-
<div class="tsd-signature tsd-kind-icon">visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
216
|
-
<aside class="tsd-sources">
|
|
217
|
-
<p>Inherited from <a href="ownpropsofrenderer.html">OwnPropsOfRenderer</a>.<a href="ownpropsofrenderer.html#visible">visible</a></p>
|
|
218
|
-
<ul>
|
|
219
|
-
<li>Defined in packages/core/src/util/renderer.ts:235</li>
|
|
220
|
-
</ul>
|
|
221
|
-
</aside>
|
|
222
|
-
<div class="tsd-comment tsd-typography">
|
|
223
|
-
<div class="lead">
|
|
224
|
-
<p>Whether the rendered element should be visible.</p>
|
|
225
|
-
</div>
|
|
226
|
-
</div>
|
|
227
|
-
</section>
|
|
228
|
-
</section>
|
|
229
|
-
</div>
|
|
230
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
231
|
-
<nav class="tsd-navigation primary">
|
|
232
|
-
<ul>
|
|
233
|
-
<li class="globals ">
|
|
234
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
235
|
-
</li>
|
|
236
|
-
</ul>
|
|
237
|
-
</nav>
|
|
238
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
239
|
-
<ul class="before-current">
|
|
240
|
-
</ul>
|
|
241
|
-
<ul class="current">
|
|
242
|
-
<li class="current tsd-kind-interface">
|
|
243
|
-
<a href="ownpropsoflayout.html" class="tsd-kind-icon">Own<wbr>Props<wbr>OfLayout</a>
|
|
244
|
-
<ul>
|
|
245
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
246
|
-
<a href="ownpropsoflayout.html#cells" class="tsd-kind-icon">cells</a>
|
|
247
|
-
</li>
|
|
248
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
249
|
-
<a href="ownpropsoflayout.html#direction" class="tsd-kind-icon">direction</a>
|
|
250
|
-
</li>
|
|
251
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
252
|
-
<a href="ownpropsoflayout.html#enabled" class="tsd-kind-icon">enabled</a>
|
|
253
|
-
</li>
|
|
254
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
255
|
-
<a href="ownpropsoflayout.html#path" class="tsd-kind-icon">path</a>
|
|
256
|
-
</li>
|
|
257
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
258
|
-
<a href="ownpropsoflayout.html#renderers" class="tsd-kind-icon">renderers</a>
|
|
259
|
-
</li>
|
|
260
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
261
|
-
<a href="ownpropsoflayout.html#schema" class="tsd-kind-icon">schema</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
264
|
-
<a href="ownpropsoflayout.html#uischema" class="tsd-kind-icon">uischema</a>
|
|
265
|
-
</li>
|
|
266
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
267
|
-
<a href="ownpropsoflayout.html#uischemas" class="tsd-kind-icon">uischemas</a>
|
|
268
|
-
</li>
|
|
269
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
270
|
-
<a href="ownpropsoflayout.html#visible" class="tsd-kind-icon">visible</a>
|
|
271
|
-
</li>
|
|
272
|
-
</ul>
|
|
273
|
-
</li>
|
|
274
|
-
</ul>
|
|
275
|
-
<ul class="after-current">
|
|
276
|
-
</ul>
|
|
277
|
-
</nav>
|
|
278
|
-
</div>
|
|
279
|
-
</div>
|
|
280
|
-
</div>
|
|
281
|
-
<footer class="with-border-bottom">
|
|
282
|
-
<div class="container">
|
|
283
|
-
<h2>Legend</h2>
|
|
284
|
-
<div class="tsd-legend-group">
|
|
285
|
-
<ul class="tsd-legend">
|
|
286
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
287
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
288
|
-
</ul>
|
|
289
|
-
<ul class="tsd-legend">
|
|
290
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
291
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
292
|
-
</ul>
|
|
293
|
-
<ul class="tsd-legend">
|
|
294
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
295
|
-
</ul>
|
|
296
|
-
</div>
|
|
297
|
-
</div>
|
|
298
|
-
</footer>
|
|
299
|
-
<div class="container tsd-generator">
|
|
300
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
301
|
-
</div>
|
|
302
|
-
<div class="overlay"></div>
|
|
303
|
-
<script src="../assets/js/main.js"></script>
|
|
304
|
-
</body>
|
|
305
|
-
</html>
|
|
@@ -1,289 +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>OwnPropsOfMasterListItem | 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="ownpropsofmasterlistitem.html">OwnPropsOfMasterListItem</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface OwnPropsOfMasterListItem</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
|
-
<span class="target">OwnPropsOfMasterListItem</span>
|
|
72
|
-
<ul class="tsd-hierarchy">
|
|
73
|
-
<li>
|
|
74
|
-
<a href="statepropsofmasteritem.html" class="tsd-signature-type">StatePropsOfMasterItem</a>
|
|
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="ownpropsofmasterlistitem.html#index" class="tsd-kind-icon">index</a></li>
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ownpropsofmasterlistitem.html#path" class="tsd-kind-icon">path</a></li>
|
|
89
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ownpropsofmasterlistitem.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
90
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="ownpropsofmasterlistitem.html#selected" class="tsd-kind-icon">selected</a></li>
|
|
91
|
-
</ul>
|
|
92
|
-
</section>
|
|
93
|
-
<section class="tsd-index-section ">
|
|
94
|
-
<h3>Methods</h3>
|
|
95
|
-
<ul class="tsd-index-list">
|
|
96
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><a href="ownpropsofmasterlistitem.html#handleselect" class="tsd-kind-icon">handle<wbr>Select</a></li>
|
|
97
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><a href="ownpropsofmasterlistitem.html#removeitem" class="tsd-kind-icon">remove<wbr>Item</a></li>
|
|
98
|
-
</ul>
|
|
99
|
-
</section>
|
|
100
|
-
</div>
|
|
101
|
-
</section>
|
|
102
|
-
</section>
|
|
103
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
104
|
-
<h2>Properties</h2>
|
|
105
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
106
|
-
<a name="index" class="tsd-anchor"></a>
|
|
107
|
-
<h3>index</h3>
|
|
108
|
-
<div class="tsd-signature tsd-kind-icon">index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
109
|
-
<aside class="tsd-sources">
|
|
110
|
-
<ul>
|
|
111
|
-
<li>Defined in packages/core/src/util/renderer.ts:644</li>
|
|
112
|
-
</ul>
|
|
113
|
-
</aside>
|
|
114
|
-
</section>
|
|
115
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
116
|
-
<a name="path" class="tsd-anchor"></a>
|
|
117
|
-
<h3>path</h3>
|
|
118
|
-
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
119
|
-
<aside class="tsd-sources">
|
|
120
|
-
<ul>
|
|
121
|
-
<li>Defined in packages/core/src/util/renderer.ts:646</li>
|
|
122
|
-
</ul>
|
|
123
|
-
</aside>
|
|
124
|
-
</section>
|
|
125
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
126
|
-
<a name="schema" class="tsd-anchor"></a>
|
|
127
|
-
<h3>schema</h3>
|
|
128
|
-
<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>
|
|
129
|
-
<aside class="tsd-sources">
|
|
130
|
-
<ul>
|
|
131
|
-
<li>Defined in packages/core/src/util/renderer.ts:647</li>
|
|
132
|
-
</ul>
|
|
133
|
-
</aside>
|
|
134
|
-
</section>
|
|
135
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
136
|
-
<a name="selected" class="tsd-anchor"></a>
|
|
137
|
-
<h3>selected</h3>
|
|
138
|
-
<div class="tsd-signature tsd-kind-icon">selected<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
139
|
-
<aside class="tsd-sources">
|
|
140
|
-
<ul>
|
|
141
|
-
<li>Defined in packages/core/src/util/renderer.ts:645</li>
|
|
142
|
-
</ul>
|
|
143
|
-
</aside>
|
|
144
|
-
</section>
|
|
145
|
-
</section>
|
|
146
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
147
|
-
<h2>Methods</h2>
|
|
148
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
|
|
149
|
-
<a name="handleselect" class="tsd-anchor"></a>
|
|
150
|
-
<h3>handle<wbr>Select</h3>
|
|
151
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
|
|
152
|
-
<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>
|
|
153
|
-
</ul>
|
|
154
|
-
<ul class="tsd-descriptions">
|
|
155
|
-
<li class="tsd-description">
|
|
156
|
-
<aside class="tsd-sources">
|
|
157
|
-
<ul>
|
|
158
|
-
<li>Defined in packages/core/src/util/renderer.ts:648</li>
|
|
159
|
-
</ul>
|
|
160
|
-
</aside>
|
|
161
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
162
|
-
<ul class="tsd-parameters">
|
|
163
|
-
<li>
|
|
164
|
-
<h5>index: <span class="tsd-signature-type">number</span></h5>
|
|
165
|
-
</li>
|
|
166
|
-
</ul>
|
|
167
|
-
<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>
|
|
168
|
-
<ul class="tsd-parameters">
|
|
169
|
-
<li class="tsd-parameter-signature">
|
|
170
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
171
|
-
<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>
|
|
172
|
-
</ul>
|
|
173
|
-
<ul class="tsd-descriptions">
|
|
174
|
-
<li class="tsd-description">
|
|
175
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
176
|
-
</li>
|
|
177
|
-
</ul>
|
|
178
|
-
</li>
|
|
179
|
-
</ul>
|
|
180
|
-
</li>
|
|
181
|
-
</ul>
|
|
182
|
-
</section>
|
|
183
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
|
|
184
|
-
<a name="removeitem" class="tsd-anchor"></a>
|
|
185
|
-
<h3>remove<wbr>Item</h3>
|
|
186
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
|
|
187
|
-
<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>
|
|
188
|
-
</ul>
|
|
189
|
-
<ul class="tsd-descriptions">
|
|
190
|
-
<li class="tsd-description">
|
|
191
|
-
<aside class="tsd-sources">
|
|
192
|
-
<ul>
|
|
193
|
-
<li>Defined in packages/core/src/util/renderer.ts:649</li>
|
|
194
|
-
</ul>
|
|
195
|
-
</aside>
|
|
196
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
197
|
-
<ul class="tsd-parameters">
|
|
198
|
-
<li>
|
|
199
|
-
<h5>path: <span class="tsd-signature-type">string</span></h5>
|
|
200
|
-
</li>
|
|
201
|
-
<li>
|
|
202
|
-
<h5>value: <span class="tsd-signature-type">number</span></h5>
|
|
203
|
-
</li>
|
|
204
|
-
</ul>
|
|
205
|
-
<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>
|
|
206
|
-
<ul class="tsd-parameters">
|
|
207
|
-
<li class="tsd-parameter-signature">
|
|
208
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
209
|
-
<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>
|
|
210
|
-
</ul>
|
|
211
|
-
<ul class="tsd-descriptions">
|
|
212
|
-
<li class="tsd-description">
|
|
213
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
214
|
-
</li>
|
|
215
|
-
</ul>
|
|
216
|
-
</li>
|
|
217
|
-
</ul>
|
|
218
|
-
</li>
|
|
219
|
-
</ul>
|
|
220
|
-
</section>
|
|
221
|
-
</section>
|
|
222
|
-
</div>
|
|
223
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
224
|
-
<nav class="tsd-navigation primary">
|
|
225
|
-
<ul>
|
|
226
|
-
<li class="globals ">
|
|
227
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
228
|
-
</li>
|
|
229
|
-
</ul>
|
|
230
|
-
</nav>
|
|
231
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
232
|
-
<ul class="before-current">
|
|
233
|
-
</ul>
|
|
234
|
-
<ul class="current">
|
|
235
|
-
<li class="current tsd-kind-interface">
|
|
236
|
-
<a href="ownpropsofmasterlistitem.html" class="tsd-kind-icon">Own<wbr>Props<wbr>OfMaster<wbr>List<wbr>Item</a>
|
|
237
|
-
<ul>
|
|
238
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
239
|
-
<a href="ownpropsofmasterlistitem.html#index" class="tsd-kind-icon">index</a>
|
|
240
|
-
</li>
|
|
241
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
242
|
-
<a href="ownpropsofmasterlistitem.html#path" class="tsd-kind-icon">path</a>
|
|
243
|
-
</li>
|
|
244
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
245
|
-
<a href="ownpropsofmasterlistitem.html#schema" class="tsd-kind-icon">schema</a>
|
|
246
|
-
</li>
|
|
247
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
248
|
-
<a href="ownpropsofmasterlistitem.html#selected" class="tsd-kind-icon">selected</a>
|
|
249
|
-
</li>
|
|
250
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface">
|
|
251
|
-
<a href="ownpropsofmasterlistitem.html#handleselect" class="tsd-kind-icon">handle<wbr>Select</a>
|
|
252
|
-
</li>
|
|
253
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface">
|
|
254
|
-
<a href="ownpropsofmasterlistitem.html#removeitem" class="tsd-kind-icon">remove<wbr>Item</a>
|
|
255
|
-
</li>
|
|
256
|
-
</ul>
|
|
257
|
-
</li>
|
|
258
|
-
</ul>
|
|
259
|
-
<ul class="after-current">
|
|
260
|
-
</ul>
|
|
261
|
-
</nav>
|
|
262
|
-
</div>
|
|
263
|
-
</div>
|
|
264
|
-
</div>
|
|
265
|
-
<footer class="with-border-bottom">
|
|
266
|
-
<div class="container">
|
|
267
|
-
<h2>Legend</h2>
|
|
268
|
-
<div class="tsd-legend-group">
|
|
269
|
-
<ul class="tsd-legend">
|
|
270
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
271
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
272
|
-
</ul>
|
|
273
|
-
<ul class="tsd-legend">
|
|
274
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
275
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
276
|
-
</ul>
|
|
277
|
-
<ul class="tsd-legend">
|
|
278
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
279
|
-
</ul>
|
|
280
|
-
</div>
|
|
281
|
-
</div>
|
|
282
|
-
</footer>
|
|
283
|
-
<div class="container tsd-generator">
|
|
284
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
285
|
-
</div>
|
|
286
|
-
<div class="overlay"></div>
|
|
287
|
-
<script src="../assets/js/main.js"></script>
|
|
288
|
-
</body>
|
|
289
|
-
</html>
|