# Wijmo_Angular_Olap.Wjslicer

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjSlicer Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_olap.slicer.html">Slicer</a> control.</p>
								</div>
								<p>Use the <b>wj-slicer</b> directive provides a quick way to edit filters
								applied to <a href="wijmo_olap.pivotfield.html">PivotField</a> objects.</p>
								<p>Directive and parameter names must be formatted as lower-case with dashes
								instead of camel-case. For example:</p>
								<pre>&lt;wj-slicer
    field="theField"
    header="theHeader"
    show-header="true"&gt;
&lt;/wj-slicer&gt;</pre>
								<p>The <b>wj-slicer</b> directive supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>field</dt>           <dd>Gets or sets the PivotField being filtered by the Slicer.</dd>
									<dt>header</dt>          <dd>Gets or sets the header string shown at the top of the <a href="wijmo_olap.slicer.html">Slicer</a>.</dd>
									<dt>showHeader</dt>      <dd>Gets or sets a value indicating whether the control displays the
									header area with the header string and multi-select/clear buttons.</dd>
									<dt>showCheckboxes</dt>  <dd>Gets or sets a value indicating whether the control displays
									checkboxes next to each item.</dd>
									<dt>multiSelect</dt>     <dd>Gets or sets a value that determines whether users should be allowed to
									select multiple values from the list.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjDirective</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjSlicer</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>