# Wijmo_Grid_Immutable

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wijmo.grid.immutable Module
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Implements the <a href="../classes/wijmo_grid_immutable.immutabilityprovider.html">wijmo.grid.immutable.ImmutabilityProvider</a> class and
										its accompanying stuff.
										It allows you to use <a href="../classes/wijmo_grid.flexgrid.html">wijmo.grid.FlexGrid</a> control with immutable data sources,
										while keeping all <strong>FlexGrid</strong> data editing and data transformation capabilities.
										It can be used to incorporate full-featured datagrid components in applications driven
										by state management systems that require data immutability, such as
									<a href="https://redux.js.org/" target="_blank">Redux</a>.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Classes
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/wijmo_grid_immutable.cloningitemeventargs.html" class="tsd-kind-icon">Cloning<wbr>Item<wbr>Event<wbr>Args</a></li>
											<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/wijmo_grid_immutable.datachangeeventargs.html" class="tsd-kind-icon">Data<wbr>Change<wbr>Event<wbr>Args</a></li>
											<li class="tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter"><a href="../classes/wijmo_grid_immutable.immutabilityprovider.html" class="tsd-kind-icon">Immutability<wbr>Provider</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumerations
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum tsd-parent-kind-external-module"><a href="../enums/wijmo_grid_immutable.datachangeaction.html" class="tsd-kind-icon">Data<wbr>Change<wbr>Action</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Functions
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-function tsd-parent-kind-external-module"><a href="wijmo_grid_immutable.html#copyobject" class="tsd-kind-icon">copy<wbr>Object</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Functions</h2>
							<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-external-module">
								<a name="copyobject" class="tsd-anchor"></a>
								<h3>copyObject</h3>
								<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-external-module">
									<li class="tsd-signature tsd-kind-icon">copy<wbr>Object<span class="tsd-signature-symbol">(</span>target<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, <span class="tsd-signature-symbol">...</span>src<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Performs shallow copying of properties of one or more source objects into the target object.
												Can be used to clone objects in the <em>Store</em> reducers.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>target: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<p>The object to copy properties to.</p>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>src: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
												<div class="tsd-comment">
													<p>One or more source objects whose properties must be copied to the target object.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
									</li>
								</ul>
							</section>
						</section>
					</div>