mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
10c7cee542
commit
077c1bca96
1010 changed files with 17458 additions and 9354 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class ContextMenuItem
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.0.0">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -108,42 +108,6 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public abstract class ContextMenuItem</code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ctor_Dalamud_Game_Text_SeStringHandling_SeString_.md&value=---%0Auid%3A%20Dalamud.Game.Gui.ContextMenus.ContextMenuItem.%23ctor(Dalamud.Game.Text.SeStringHandling.SeString)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Game/Gui/ContextMenus/ContextMenuItem.cs/#L16">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ctor_" data-uid="Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_ContextMenus_ContextMenuItem__ctor_Dalamud_Game_Text_SeStringHandling_SeString_" data-uid="Dalamud.Game.Gui.ContextMenus.ContextMenuItem.#ctor(Dalamud.Game.Text.SeStringHandling.SeString)">ContextMenuItem(SeString)</h4>
|
||||
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="Dalamud.Game.Gui.ContextMenus.ContextMenuItem.html">ContextMenuItem</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ContextMenuItem(SeString name)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="Dalamud.Game.Text.SeStringHandling.SeString.html">SeString</a></td>
|
||||
<td><span class="parametername">name</span></td>
|
||||
<td><p>The name of the item.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -217,12 +181,12 @@
|
|||
</span>
|
||||
<a id="Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Name_" data-uid="Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name*"></a>
|
||||
<h4 id="Dalamud_Game_Gui_ContextMenus_ContextMenuItem_Name" data-uid="Dalamud.Game.Gui.ContextMenus.ContextMenuItem.Name">Name</h4>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the name of the item.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the name of the item.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SeString Name { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SeString Name { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue