# Wijmo_Grid_Cellmaker.Ilinkoptions

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ILinkOptions Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies parameters used to create cell hyperlinks with the
									<a href="../classes/wijmo_grid_cellmaker.cellmaker.html#makelink">CellMaker.makeLink</a> method.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_grid_cellmaker.ibuttonoptions.html" class="tsd-signature-type">IButtonOptions</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">ILinkOptions</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section tsd-is-not-exported">
										<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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#attributes" class="tsd-kind-icon">attributes</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#click" class="tsd-kind-icon">click</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#cssclass" class="tsd-kind-icon">css<wbr>Class</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#href" class="tsd-kind-icon">href</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#label" class="tsd-kind-icon">label</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.ilinkoptions.html#text" class="tsd-kind-icon">text</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="attributes" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> attributes</h3>
								<div class="tsd-signature tsd-kind-icon">attributes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#attributes">attributes</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Object with attributes to apply to the cell content element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="click" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> click</h3>
								<div class="tsd-signature tsd-kind-icon">click<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ICellMakerClickHandler</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#click">click</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Function to be executed when the element is clicked.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="cssclass" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> cssClass</h3>
								<div class="tsd-signature tsd-kind-icon">css<wbr>Class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#cssclass">cssClass</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the element's CSS class names.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="href" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> href</h3>
								<div class="tsd-signature tsd-kind-icon">href<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the link's <b>href</b> attribute.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="label" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
								<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#label">label</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the element's "aria-label" attribute.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="text" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> text</h3>
								<div class="tsd-signature tsd-kind-icon">text<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.ibuttonoptions.html">IButtonOptions</a>.<a href="wijmo_grid_cellmaker.ibuttonoptions.html#text">text</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the element's display text.</p>
									</div>
								</div>
							</section>
						</section>
					</div>