@jsonforms/material-renderers 3.1.0-alpha.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/controls/MaterialBooleanControl.d.ts +1 -1
- package/lib/controls/MaterialBooleanToggleControl.d.ts +1 -1
- package/lib/controls/index.d.ts +2 -2
- package/lib/jsonforms-react-material.cjs.js +79 -11
- package/lib/jsonforms-react-material.cjs.js.map +1 -1
- package/lib/jsonforms-react-material.esm.js +79 -11
- package/lib/jsonforms-react-material.esm.js.map +1 -1
- package/lib/mui-controls/MuiCheckbox.d.ts +6 -1
- package/lib/mui-controls/MuiToggle.d.ts +6 -1
- package/package.json +23 -12
- package/src/additional/ListWithDetailMasterItem.tsx +1 -1
- package/src/controls/MaterialBooleanControl.tsx +84 -23
- package/src/controls/MaterialBooleanToggleControl.tsx +84 -23
- package/src/mui-controls/MuiCheckbox.tsx +12 -5
- package/src/mui-controls/MuiToggle.tsx +12 -5
- 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/combinatorproperties.html +0 -957
- package/docs/classes/materialanyofstringorenumcontrol.html +0 -822
- package/docs/classes/materialtablecontrol.html +0 -999
- package/docs/globals.html +0 -4492
- package/docs/index.html +0 -753
- package/docs/interfaces/ajvprops.html +0 -162
- package/docs/interfaces/arraylayouttoolbarprops.html +0 -253
- package/docs/interfaces/categorizationstate.html +0 -154
- package/docs/interfaces/categorizationstepperstate.html +0 -154
- package/docs/interfaces/combinatorpropertiesprops.html +0 -182
- package/docs/interfaces/deletedialogprops.html +0 -225
- package/docs/interfaces/dispatchpropsofexpandpanel.html +0 -296
- package/docs/interfaces/emptytableprops.html +0 -154
- package/docs/interfaces/expandpanelprops.html +0 -594
- package/docs/interfaces/inputref.html +0 -168
- package/docs/interfaces/jsonformstheme.html +0 -352
- package/docs/interfaces/materialcategorizationlayoutrendererprops.html +0 -460
- package/docs/interfaces/materialcategorizationstepperlayoutrendererprops.html +0 -394
- package/docs/interfaces/materiallabelablelayoutrendererprops.html +0 -328
- package/docs/interfaces/materiallayoutrendererprops.html +0 -317
- package/docs/interfaces/materialtabletoolbarprops.html +0 -302
- package/docs/interfaces/muitextinputprops.html +0 -168
- package/docs/interfaces/nonemptycellcomponentprops.html +0 -266
- package/docs/interfaces/nonemptycellprops.html +0 -277
- package/docs/interfaces/nonemptyrowprops.html +0 -366
- package/docs/interfaces/ownoneofprops.html +0 -308
- package/docs/interfaces/ownpropsofexpandpanel.html +0 -397
- package/docs/interfaces/ownpropsofnonemptycell.html +0 -229
- package/docs/interfaces/statepropsofexpandpanel.html +0 -445
- package/docs/interfaces/tableheadercellprops.html +0 -154
- package/docs/interfaces/tablerowsprop.html +0 -330
- package/docs/interfaces/validationprops.html +0 -168
- package/docs/interfaces/withdeletedialogsupport.html +0 -170
- package/docs/interfaces/withinput.html +0 -154
- package/docs/interfaces/withoptionlabel.html +0 -230
- package/example/index.html +0 -16
- package/example/index.ts +0 -31
- package/rollup.config.js +0 -51
- package/stats.html +0 -3279
- package/test/renderers/MatchMediaMock.ts +0 -36
- package/test/renderers/MaterialAllOfRenderer.test.tsx +0 -114
- package/test/renderers/MaterialAnyOfRenderer.test.tsx +0 -310
- package/test/renderers/MaterialAnyOfStringOrEnumControl.test.tsx +0 -126
- package/test/renderers/MaterialArrayControl.test.tsx +0 -633
- package/test/renderers/MaterialArrayLayout.test.tsx +0 -528
- package/test/renderers/MaterialBooleanCell.test.tsx +0 -374
- package/test/renderers/MaterialBooleanToggleCell.test.tsx +0 -466
- package/test/renderers/MaterialBooleanToggleControl.test.tsx +0 -469
- package/test/renderers/MaterialCategorizationLayout.test.tsx +0 -458
- package/test/renderers/MaterialCategorizationStepperLayout.test.tsx +0 -647
- package/test/renderers/MaterialDateCell.test.tsx +0 -303
- package/test/renderers/MaterialDateControl.test.tsx +0 -411
- package/test/renderers/MaterialDateTimeControl.test.tsx +0 -417
- package/test/renderers/MaterialEnumArrayRenderer.test.tsx +0 -207
- package/test/renderers/MaterialEnumCell.test.tsx +0 -88
- package/test/renderers/MaterialEnumControl.test.tsx +0 -75
- package/test/renderers/MaterialGroupLayout.test.tsx +0 -90
- package/test/renderers/MaterialInputControl.test.tsx +0 -370
- package/test/renderers/MaterialIntegerCell.test.tsx +0 -333
- package/test/renderers/MaterialLabelRenderer.test.tsx +0 -114
- package/test/renderers/MaterialLayouts.test.tsx +0 -542
- package/test/renderers/MaterialListWithDetailRenderer.test.tsx +0 -279
- package/test/renderers/MaterialNativeControl.test.tsx +0 -81
- package/test/renderers/MaterialNumberCell.test.tsx +0 -382
- package/test/renderers/MaterialObjectControl.test.tsx +0 -186
- package/test/renderers/MaterialOneOfEnumCell.test.tsx +0 -94
- package/test/renderers/MaterialOneOfRadioGroupControl.test.tsx +0 -108
- package/test/renderers/MaterialOneOfRenderer.test.tsx +0 -603
- package/test/renderers/MaterialRadioGroupControl.test.tsx +0 -125
- package/test/renderers/MaterialSliderControl.test.tsx +0 -438
- package/test/renderers/MaterialTextCell.test.tsx +0 -541
- package/test/renderers/MaterialTextControl.test.tsx +0 -115
- package/test/renderers/MaterialTimeCell.test.tsx +0 -331
- package/test/renderers/MaterialTimeControl.test.tsx +0 -411
- package/test/renderers/util.ts +0 -50
- package/tsconfig.json +0 -13
- package/tsconfig.test.json +0 -7
- package/webpack/webpack.dev.js +0 -11
|
@@ -1,445 +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>StatePropsOfExpandPanel | JSON Forms React Material Renderers</title>
|
|
7
|
-
<meta name="description" content="Documentation for JSON Forms React Material Renderers">
|
|
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 React Material Renderers</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="statepropsofexpandpanel.html">StatePropsOfExpandPanel</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface StatePropsOfExpandPanel</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="ownpropsofexpandpanel.html" class="tsd-signature-type">OwnPropsOfExpandPanel</a>
|
|
72
|
-
<ul class="tsd-hierarchy">
|
|
73
|
-
<li>
|
|
74
|
-
<span class="target">StatePropsOfExpandPanel</span>
|
|
75
|
-
<ul class="tsd-hierarchy">
|
|
76
|
-
<li>
|
|
77
|
-
<a href="expandpanelprops.html" class="tsd-signature-type">ExpandPanelProps</a>
|
|
78
|
-
</li>
|
|
79
|
-
</ul>
|
|
80
|
-
</li>
|
|
81
|
-
</ul>
|
|
82
|
-
</li>
|
|
83
|
-
</ul>
|
|
84
|
-
</section>
|
|
85
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
86
|
-
<h2>Index</h2>
|
|
87
|
-
<section class="tsd-panel tsd-index-panel">
|
|
88
|
-
<div class="tsd-index-content">
|
|
89
|
-
<section class="tsd-index-section ">
|
|
90
|
-
<h3>Properties</h3>
|
|
91
|
-
<ul class="tsd-index-list">
|
|
92
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#cells" class="tsd-kind-icon">cells</a></li>
|
|
93
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofexpandpanel.html#childlabel" class="tsd-kind-icon">child<wbr>Label</a></li>
|
|
94
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#childlabelprop" class="tsd-kind-icon">child<wbr>Label<wbr>Prop</a></li>
|
|
95
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="statepropsofexpandpanel.html#childpath" class="tsd-kind-icon">child<wbr>Path</a></li>
|
|
96
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#config" class="tsd-kind-icon">config</a></li>
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="statepropsofexpandpanel.html#enablemovedown" class="tsd-kind-icon">enable<wbr>Move<wbr>Down</a></li>
|
|
98
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="statepropsofexpandpanel.html#enablemoveup" class="tsd-kind-icon">enable<wbr>Move<wbr>Up</a></li>
|
|
99
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#enabled" class="tsd-kind-icon">enabled</a></li>
|
|
100
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#expanded" class="tsd-kind-icon">expanded</a></li>
|
|
101
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#index" class="tsd-kind-icon">index</a></li>
|
|
102
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#path" class="tsd-kind-icon">path</a></li>
|
|
103
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#renderers" class="tsd-kind-icon">renderers</a></li>
|
|
104
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#rootschema" class="tsd-kind-icon">root<wbr>Schema</a></li>
|
|
105
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#schema" class="tsd-kind-icon">schema</a></li>
|
|
106
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#uischema" class="tsd-kind-icon">uischema</a></li>
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#uischemas" class="tsd-kind-icon">uischemas</a></li>
|
|
108
|
-
</ul>
|
|
109
|
-
</section>
|
|
110
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
111
|
-
<h3>Methods</h3>
|
|
112
|
-
<ul class="tsd-index-list">
|
|
113
|
-
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited"><a href="statepropsofexpandpanel.html#handleexpansion" class="tsd-kind-icon">handle<wbr>Expansion</a></li>
|
|
114
|
-
</ul>
|
|
115
|
-
</section>
|
|
116
|
-
</div>
|
|
117
|
-
</section>
|
|
118
|
-
</section>
|
|
119
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
120
|
-
<h2>Properties</h2>
|
|
121
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
122
|
-
<a name="cells" class="tsd-anchor"></a>
|
|
123
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cells</h3>
|
|
124
|
-
<div class="tsd-signature tsd-kind-icon">cells<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JsonFormsCellRendererRegistryEntry</span><span class="tsd-signature-symbol">[]</span></div>
|
|
125
|
-
<aside class="tsd-sources">
|
|
126
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#cells">cells</a></p>
|
|
127
|
-
<ul>
|
|
128
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:48</li>
|
|
129
|
-
</ul>
|
|
130
|
-
</aside>
|
|
131
|
-
</section>
|
|
132
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
133
|
-
<a name="childlabel" class="tsd-anchor"></a>
|
|
134
|
-
<h3>child<wbr>Label</h3>
|
|
135
|
-
<div class="tsd-signature tsd-kind-icon">child<wbr>Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
136
|
-
<aside class="tsd-sources">
|
|
137
|
-
<ul>
|
|
138
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:59</li>
|
|
139
|
-
</ul>
|
|
140
|
-
</aside>
|
|
141
|
-
</section>
|
|
142
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
143
|
-
<a name="childlabelprop" class="tsd-anchor"></a>
|
|
144
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> child<wbr>Label<wbr>Prop</h3>
|
|
145
|
-
<div class="tsd-signature tsd-kind-icon">child<wbr>Label<wbr>Prop<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
146
|
-
<aside class="tsd-sources">
|
|
147
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#childlabelprop">childLabelProp</a></p>
|
|
148
|
-
<ul>
|
|
149
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:54</li>
|
|
150
|
-
</ul>
|
|
151
|
-
</aside>
|
|
152
|
-
</section>
|
|
153
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
-
<a name="childpath" class="tsd-anchor"></a>
|
|
155
|
-
<h3>child<wbr>Path</h3>
|
|
156
|
-
<div class="tsd-signature tsd-kind-icon">child<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
157
|
-
<aside class="tsd-sources">
|
|
158
|
-
<ul>
|
|
159
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:60</li>
|
|
160
|
-
</ul>
|
|
161
|
-
</aside>
|
|
162
|
-
</section>
|
|
163
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
164
|
-
<a name="config" class="tsd-anchor"></a>
|
|
165
|
-
<h3>config</h3>
|
|
166
|
-
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
167
|
-
<aside class="tsd-sources">
|
|
168
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#config">config</a></p>
|
|
169
|
-
<ul>
|
|
170
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:53</li>
|
|
171
|
-
</ul>
|
|
172
|
-
</aside>
|
|
173
|
-
</section>
|
|
174
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
175
|
-
<a name="enablemovedown" class="tsd-anchor"></a>
|
|
176
|
-
<h3>enable<wbr>Move<wbr>Down</h3>
|
|
177
|
-
<div class="tsd-signature tsd-kind-icon">enable<wbr>Move<wbr>Down<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
178
|
-
<aside class="tsd-sources">
|
|
179
|
-
<p>Overrides <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#enablemovedown">enableMoveDown</a></p>
|
|
180
|
-
<ul>
|
|
181
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:62</li>
|
|
182
|
-
</ul>
|
|
183
|
-
</aside>
|
|
184
|
-
</section>
|
|
185
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
186
|
-
<a name="enablemoveup" class="tsd-anchor"></a>
|
|
187
|
-
<h3>enable<wbr>Move<wbr>Up</h3>
|
|
188
|
-
<div class="tsd-signature tsd-kind-icon">enable<wbr>Move<wbr>Up<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
189
|
-
<aside class="tsd-sources">
|
|
190
|
-
<p>Overrides <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#enablemoveup">enableMoveUp</a></p>
|
|
191
|
-
<ul>
|
|
192
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:61</li>
|
|
193
|
-
</ul>
|
|
194
|
-
</aside>
|
|
195
|
-
</section>
|
|
196
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
197
|
-
<a name="enabled" class="tsd-anchor"></a>
|
|
198
|
-
<h3>enabled</h3>
|
|
199
|
-
<div class="tsd-signature tsd-kind-icon">enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
200
|
-
<aside class="tsd-sources">
|
|
201
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#enabled">enabled</a></p>
|
|
202
|
-
<ul>
|
|
203
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:41</li>
|
|
204
|
-
</ul>
|
|
205
|
-
</aside>
|
|
206
|
-
</section>
|
|
207
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
208
|
-
<a name="expanded" class="tsd-anchor"></a>
|
|
209
|
-
<h3>expanded</h3>
|
|
210
|
-
<div class="tsd-signature tsd-kind-icon">expanded<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
211
|
-
<aside class="tsd-sources">
|
|
212
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#expanded">expanded</a></p>
|
|
213
|
-
<ul>
|
|
214
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:46</li>
|
|
215
|
-
</ul>
|
|
216
|
-
</aside>
|
|
217
|
-
</section>
|
|
218
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
219
|
-
<a name="index" class="tsd-anchor"></a>
|
|
220
|
-
<h3>index</h3>
|
|
221
|
-
<div class="tsd-signature tsd-kind-icon">index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
222
|
-
<aside class="tsd-sources">
|
|
223
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#index">index</a></p>
|
|
224
|
-
<ul>
|
|
225
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:42</li>
|
|
226
|
-
</ul>
|
|
227
|
-
</aside>
|
|
228
|
-
</section>
|
|
229
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
230
|
-
<a name="path" class="tsd-anchor"></a>
|
|
231
|
-
<h3>path</h3>
|
|
232
|
-
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
233
|
-
<aside class="tsd-sources">
|
|
234
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#path">path</a></p>
|
|
235
|
-
<ul>
|
|
236
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:43</li>
|
|
237
|
-
</ul>
|
|
238
|
-
</aside>
|
|
239
|
-
</section>
|
|
240
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
241
|
-
<a name="renderers" class="tsd-anchor"></a>
|
|
242
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> renderers</h3>
|
|
243
|
-
<div class="tsd-signature tsd-kind-icon">renderers<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JsonFormsRendererRegistryEntry</span><span class="tsd-signature-symbol">[]</span></div>
|
|
244
|
-
<aside class="tsd-sources">
|
|
245
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#renderers">renderers</a></p>
|
|
246
|
-
<ul>
|
|
247
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:47</li>
|
|
248
|
-
</ul>
|
|
249
|
-
</aside>
|
|
250
|
-
</section>
|
|
251
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
252
|
-
<a name="rootschema" class="tsd-anchor"></a>
|
|
253
|
-
<h3>root<wbr>Schema</h3>
|
|
254
|
-
<div class="tsd-signature tsd-kind-icon">root<wbr>Schema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JsonSchema</span></div>
|
|
255
|
-
<aside class="tsd-sources">
|
|
256
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#rootschema">rootSchema</a></p>
|
|
257
|
-
<ul>
|
|
258
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:50</li>
|
|
259
|
-
</ul>
|
|
260
|
-
</aside>
|
|
261
|
-
</section>
|
|
262
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
263
|
-
<a name="schema" class="tsd-anchor"></a>
|
|
264
|
-
<h3>schema</h3>
|
|
265
|
-
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JsonSchema</span></div>
|
|
266
|
-
<aside class="tsd-sources">
|
|
267
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#schema">schema</a></p>
|
|
268
|
-
<ul>
|
|
269
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:45</li>
|
|
270
|
-
</ul>
|
|
271
|
-
</aside>
|
|
272
|
-
</section>
|
|
273
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
274
|
-
<a name="uischema" class="tsd-anchor"></a>
|
|
275
|
-
<h3>uischema</h3>
|
|
276
|
-
<div class="tsd-signature tsd-kind-icon">uischema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ControlElement</span></div>
|
|
277
|
-
<aside class="tsd-sources">
|
|
278
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#uischema">uischema</a></p>
|
|
279
|
-
<ul>
|
|
280
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:44</li>
|
|
281
|
-
</ul>
|
|
282
|
-
</aside>
|
|
283
|
-
</section>
|
|
284
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
285
|
-
<a name="uischemas" class="tsd-anchor"></a>
|
|
286
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> uischemas</h3>
|
|
287
|
-
<div class="tsd-signature tsd-kind-icon">uischemas<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">JsonFormsUISchemaRegistryEntry</span><span class="tsd-signature-symbol">[]</span></div>
|
|
288
|
-
<aside class="tsd-sources">
|
|
289
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#uischemas">uischemas</a></p>
|
|
290
|
-
<ul>
|
|
291
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:49</li>
|
|
292
|
-
</ul>
|
|
293
|
-
</aside>
|
|
294
|
-
</section>
|
|
295
|
-
</section>
|
|
296
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
297
|
-
<h2>Methods</h2>
|
|
298
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
299
|
-
<a name="handleexpansion" class="tsd-anchor"></a>
|
|
300
|
-
<h3>handle<wbr>Expansion</h3>
|
|
301
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
302
|
-
<li class="tsd-signature tsd-kind-icon">handle<wbr>Expansion<span class="tsd-signature-symbol">(</span>panel<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, expanded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></li>
|
|
303
|
-
</ul>
|
|
304
|
-
<ul class="tsd-descriptions">
|
|
305
|
-
<li class="tsd-description">
|
|
306
|
-
<aside class="tsd-sources">
|
|
307
|
-
<p>Inherited from <a href="ownpropsofexpandpanel.html">OwnPropsOfExpandPanel</a>.<a href="ownpropsofexpandpanel.html#handleexpansion">handleExpansion</a></p>
|
|
308
|
-
<ul>
|
|
309
|
-
<li>Defined in packages/material/src/layouts/ExpandPanelRenderer.tsx:55</li>
|
|
310
|
-
</ul>
|
|
311
|
-
</aside>
|
|
312
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
313
|
-
<ul class="tsd-parameters">
|
|
314
|
-
<li>
|
|
315
|
-
<h5>panel: <span class="tsd-signature-type">string</span></h5>
|
|
316
|
-
</li>
|
|
317
|
-
</ul>
|
|
318
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, expanded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></h4>
|
|
319
|
-
<ul class="tsd-parameters">
|
|
320
|
-
<li class="tsd-parameter-signature">
|
|
321
|
-
<ul class="tsd-signatures tsd-kind-type-literal">
|
|
322
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, expanded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
323
|
-
</ul>
|
|
324
|
-
<ul class="tsd-descriptions">
|
|
325
|
-
<li class="tsd-description">
|
|
326
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
327
|
-
<ul class="tsd-parameters">
|
|
328
|
-
<li>
|
|
329
|
-
<h5>event: <span class="tsd-signature-type">any</span></h5>
|
|
330
|
-
</li>
|
|
331
|
-
<li>
|
|
332
|
-
<h5>expanded: <span class="tsd-signature-type">boolean</span></h5>
|
|
333
|
-
</li>
|
|
334
|
-
</ul>
|
|
335
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
336
|
-
</li>
|
|
337
|
-
</ul>
|
|
338
|
-
</li>
|
|
339
|
-
</ul>
|
|
340
|
-
</li>
|
|
341
|
-
</ul>
|
|
342
|
-
</section>
|
|
343
|
-
</section>
|
|
344
|
-
</div>
|
|
345
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
346
|
-
<nav class="tsd-navigation primary">
|
|
347
|
-
<ul>
|
|
348
|
-
<li class="globals ">
|
|
349
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
350
|
-
</li>
|
|
351
|
-
</ul>
|
|
352
|
-
</nav>
|
|
353
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
354
|
-
<ul class="before-current">
|
|
355
|
-
</ul>
|
|
356
|
-
<ul class="current">
|
|
357
|
-
<li class="current tsd-kind-interface">
|
|
358
|
-
<a href="statepropsofexpandpanel.html" class="tsd-kind-icon">State<wbr>Props<wbr>OfExpand<wbr>Panel</a>
|
|
359
|
-
<ul>
|
|
360
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
361
|
-
<a href="statepropsofexpandpanel.html#cells" class="tsd-kind-icon">cells</a>
|
|
362
|
-
</li>
|
|
363
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
364
|
-
<a href="statepropsofexpandpanel.html#childlabel" class="tsd-kind-icon">child<wbr>Label</a>
|
|
365
|
-
</li>
|
|
366
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
367
|
-
<a href="statepropsofexpandpanel.html#childlabelprop" class="tsd-kind-icon">child<wbr>Label<wbr>Prop</a>
|
|
368
|
-
</li>
|
|
369
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
370
|
-
<a href="statepropsofexpandpanel.html#childpath" class="tsd-kind-icon">child<wbr>Path</a>
|
|
371
|
-
</li>
|
|
372
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
373
|
-
<a href="statepropsofexpandpanel.html#config" class="tsd-kind-icon">config</a>
|
|
374
|
-
</li>
|
|
375
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
376
|
-
<a href="statepropsofexpandpanel.html#enablemovedown" class="tsd-kind-icon">enable<wbr>Move<wbr>Down</a>
|
|
377
|
-
</li>
|
|
378
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
|
|
379
|
-
<a href="statepropsofexpandpanel.html#enablemoveup" class="tsd-kind-icon">enable<wbr>Move<wbr>Up</a>
|
|
380
|
-
</li>
|
|
381
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
382
|
-
<a href="statepropsofexpandpanel.html#enabled" class="tsd-kind-icon">enabled</a>
|
|
383
|
-
</li>
|
|
384
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
385
|
-
<a href="statepropsofexpandpanel.html#expanded" class="tsd-kind-icon">expanded</a>
|
|
386
|
-
</li>
|
|
387
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
388
|
-
<a href="statepropsofexpandpanel.html#index" class="tsd-kind-icon">index</a>
|
|
389
|
-
</li>
|
|
390
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
391
|
-
<a href="statepropsofexpandpanel.html#path" class="tsd-kind-icon">path</a>
|
|
392
|
-
</li>
|
|
393
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
394
|
-
<a href="statepropsofexpandpanel.html#renderers" class="tsd-kind-icon">renderers</a>
|
|
395
|
-
</li>
|
|
396
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
397
|
-
<a href="statepropsofexpandpanel.html#rootschema" class="tsd-kind-icon">root<wbr>Schema</a>
|
|
398
|
-
</li>
|
|
399
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
400
|
-
<a href="statepropsofexpandpanel.html#schema" class="tsd-kind-icon">schema</a>
|
|
401
|
-
</li>
|
|
402
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
403
|
-
<a href="statepropsofexpandpanel.html#uischema" class="tsd-kind-icon">uischema</a>
|
|
404
|
-
</li>
|
|
405
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
406
|
-
<a href="statepropsofexpandpanel.html#uischemas" class="tsd-kind-icon">uischemas</a>
|
|
407
|
-
</li>
|
|
408
|
-
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited">
|
|
409
|
-
<a href="statepropsofexpandpanel.html#handleexpansion" class="tsd-kind-icon">handle<wbr>Expansion</a>
|
|
410
|
-
</li>
|
|
411
|
-
</ul>
|
|
412
|
-
</li>
|
|
413
|
-
</ul>
|
|
414
|
-
<ul class="after-current">
|
|
415
|
-
</ul>
|
|
416
|
-
</nav>
|
|
417
|
-
</div>
|
|
418
|
-
</div>
|
|
419
|
-
</div>
|
|
420
|
-
<footer class="with-border-bottom">
|
|
421
|
-
<div class="container">
|
|
422
|
-
<h2>Legend</h2>
|
|
423
|
-
<div class="tsd-legend-group">
|
|
424
|
-
<ul class="tsd-legend">
|
|
425
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
426
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
427
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
428
|
-
</ul>
|
|
429
|
-
<ul class="tsd-legend">
|
|
430
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
431
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
432
|
-
</ul>
|
|
433
|
-
<ul class="tsd-legend">
|
|
434
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
435
|
-
</ul>
|
|
436
|
-
</div>
|
|
437
|
-
</div>
|
|
438
|
-
</footer>
|
|
439
|
-
<div class="container tsd-generator">
|
|
440
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
441
|
-
</div>
|
|
442
|
-
<div class="overlay"></div>
|
|
443
|
-
<script src="../assets/js/main.js"></script>
|
|
444
|
-
</body>
|
|
445
|
-
</html>
|
|
@@ -1,154 +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>TableHeaderCellProps | JSON Forms React Material Renderers</title>
|
|
7
|
-
<meta name="description" content="Documentation for JSON Forms React Material Renderers">
|
|
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 React Material Renderers</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="tableheadercellprops.html">TableHeaderCellProps</a>
|
|
58
|
-
</li>
|
|
59
|
-
</ul>
|
|
60
|
-
<h1>Interface TableHeaderCellProps</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">TableHeaderCellProps</span>
|
|
72
|
-
</li>
|
|
73
|
-
</ul>
|
|
74
|
-
</section>
|
|
75
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
76
|
-
<h2>Index</h2>
|
|
77
|
-
<section class="tsd-panel tsd-index-panel">
|
|
78
|
-
<div class="tsd-index-content">
|
|
79
|
-
<section class="tsd-index-section ">
|
|
80
|
-
<h3>Properties</h3>
|
|
81
|
-
<ul class="tsd-index-list">
|
|
82
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="tableheadercellprops.html#title" class="tsd-kind-icon">title</a></li>
|
|
83
|
-
</ul>
|
|
84
|
-
</section>
|
|
85
|
-
</div>
|
|
86
|
-
</section>
|
|
87
|
-
</section>
|
|
88
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
89
|
-
<h2>Properties</h2>
|
|
90
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
91
|
-
<a name="title" class="tsd-anchor"></a>
|
|
92
|
-
<h3>title</h3>
|
|
93
|
-
<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
94
|
-
<aside class="tsd-sources">
|
|
95
|
-
<ul>
|
|
96
|
-
<li>Defined in packages/material/src/complex/MaterialTableControl.tsx:143</li>
|
|
97
|
-
</ul>
|
|
98
|
-
</aside>
|
|
99
|
-
</section>
|
|
100
|
-
</section>
|
|
101
|
-
</div>
|
|
102
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
103
|
-
<nav class="tsd-navigation primary">
|
|
104
|
-
<ul>
|
|
105
|
-
<li class="globals ">
|
|
106
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
107
|
-
</li>
|
|
108
|
-
</ul>
|
|
109
|
-
</nav>
|
|
110
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
111
|
-
<ul class="before-current">
|
|
112
|
-
</ul>
|
|
113
|
-
<ul class="current">
|
|
114
|
-
<li class="current tsd-kind-interface">
|
|
115
|
-
<a href="tableheadercellprops.html" class="tsd-kind-icon">Table<wbr>Header<wbr>Cell<wbr>Props</a>
|
|
116
|
-
<ul>
|
|
117
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
118
|
-
<a href="tableheadercellprops.html#title" class="tsd-kind-icon">title</a>
|
|
119
|
-
</li>
|
|
120
|
-
</ul>
|
|
121
|
-
</li>
|
|
122
|
-
</ul>
|
|
123
|
-
<ul class="after-current">
|
|
124
|
-
</ul>
|
|
125
|
-
</nav>
|
|
126
|
-
</div>
|
|
127
|
-
</div>
|
|
128
|
-
</div>
|
|
129
|
-
<footer class="with-border-bottom">
|
|
130
|
-
<div class="container">
|
|
131
|
-
<h2>Legend</h2>
|
|
132
|
-
<div class="tsd-legend-group">
|
|
133
|
-
<ul class="tsd-legend">
|
|
134
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
135
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
136
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
137
|
-
</ul>
|
|
138
|
-
<ul class="tsd-legend">
|
|
139
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
140
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
141
|
-
</ul>
|
|
142
|
-
<ul class="tsd-legend">
|
|
143
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
144
|
-
</ul>
|
|
145
|
-
</div>
|
|
146
|
-
</div>
|
|
147
|
-
</footer>
|
|
148
|
-
<div class="container tsd-generator">
|
|
149
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
150
|
-
</div>
|
|
151
|
-
<div class="overlay"></div>
|
|
152
|
-
<script src="../assets/js/main.js"></script>
|
|
153
|
-
</body>
|
|
154
|
-
</html>
|