{"meta":"<h2 id=\"User Guide\">User Guide <a class=\"header-anchor scroll-count-item\" href=\"#User Guide\" data-scroll-id=\"User Guide\">#</a></h2>\n<p>SplitButton is kind of GroupButton, only the icon part could be trigerred by user behavior.</p>\n","api":"<h2 id=\"API\">API <a class=\"header-anchor scroll-count-item\" href=\"#API\" data-scroll-id=\"API\">#</a></h2>\n<h3 id=\"Split Button\">SplitButton <a class=\"header-anchor scroll-count-item\" href=\"#Split Button\" data-scroll-id=\"Split Button\">#</a></h3>\n<table>\n<thead>\n<tr>\n<th>Param</th>\n<th>Descripiton</th>\n<th>Type</th>\n<th>Default Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>size</td>\n<td>Size of button<br><br><strong>option</strong>:<br>&apos;small&apos;, &apos;medium&apos;, &apos;large&apos;</td>\n<td>Enum</td>\n<td>&apos;medium&apos;</td>\n</tr>\n<tr>\n<td>type</td>\n<td>Typeo of button<br><br><strong>option</strong>:<br>&apos;normal&apos;, &apos;primary&apos;, &apos;secondary&apos;</td>\n<td>Enum</td>\n<td>&apos;normal&apos;</td>\n</tr>\n<tr>\n<td>label</td>\n<td>Text in button</td>\n<td>ReactNode</td>\n<td>-</td>\n</tr>\n<tr>\n<td>component</td>\n<td>The html tag to be rendered<br><br><strong>option</strong>:<br>&apos;button&apos;, &apos;a&apos;</td>\n<td>Enum</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ghost</td>\n<td>Setting ghost button <br><br><strong>option</strong>:<br>&apos;light&apos;, &apos;dark&apos;, false, true</td>\n<td>Enum</td>\n<td>-</td>\n</tr>\n<tr>\n<td>defaultSelectedKeys</td>\n<td>Default selected items, as Menu</td>\n<td>Array</td>\n<td>[]</td>\n</tr>\n<tr>\n<td>selectedKeys</td>\n<td>Selected items, as Menu</td>\n<td>Array</td>\n<td>-</td>\n</tr>\n<tr>\n<td>selectMode</td>\n<td>Select mode of menu<br><br><strong>option</strong>:<br>&apos;single&apos;, &apos;multiple&apos;</td>\n<td>Enum</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onSelect</td>\n<td>Callback when select the menu&#xFF0C;see Menu<br><br><strong>signature</strong>:<br>Function() =&gt; void</td>\n<td>Function</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onItemClick</td>\n<td>Callback when click the menu&#xFF0C;see Menu<br><br><strong>signature</strong>:<br>Function() =&gt; void</td>\n<td>Function</td>\n<td>-</td>\n</tr>\n<tr>\n<td>triggerProps</td>\n<td>The props of trigger element</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>autoWidth</td>\n<td>If popup width equals to button width</td>\n<td>Boolean</td>\n<td>true</td>\n</tr>\n<tr>\n<td>visible</td>\n<td>Visible state of the popup</td>\n<td>Boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>defaultVisible</td>\n<td>Default visible state of the popup</td>\n<td>Boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>onVisibleChange</td>\n<td>Callback when visible state change<br><br><strong>signature</strong>:<br>Function(visible: Boolean, reason: String) =&gt; void<br><strong>parameters</strong>:<br><em>visible</em>: {Boolean} visible state of the popup<br><em>reason</em>: {String} reason to change visible state</td>\n<td>Function</td>\n<td>func.noop</td>\n</tr>\n<tr>\n<td>popupTriggerType</td>\n<td>Trigger type of popup<br><br><strong>option</strong>:<br>&apos;click&apos;, &apos;hover&apos;</td>\n<td>Enum</td>\n<td>&apos;click&apos;</td>\n</tr>\n<tr>\n<td>popupAlign</td>\n<td>Align of popup, @see Overlay doc for detail</td>\n<td>String</td>\n<td>&apos;tr br&apos;</td>\n</tr>\n<tr>\n<td>popupStyle</td>\n<td>Custom style of popup</td>\n<td>Object</td>\n<td>-</td>\n</tr>\n<tr>\n<td>popupClassName</td>\n<td>Custom className of popup</td>\n<td>String</td>\n<td>-</td>\n</tr>\n<tr>\n<td>popupProps</td>\n<td>Props of popup</td>\n<td>Object</td>\n<td>{}</td>\n</tr>\n<tr>\n<td>followTrigger</td>\n<td>follow Trigger or not</td>\n<td>Boolean</td>\n<td>-</td>\n</tr>\n<tr>\n<td>menuProps</td>\n<td>Props of Menu</td>\n<td>Object</td>\n<td>{}</td>\n</tr>\n<tr>\n<td>leftButtonProps</td>\n<td>Props of left button</td>\n<td>Object</td>\n<td>{}</td>\n</tr>\n</tbody>\n</table>\n"}