▸ showControlButton(params?): Promise<{}>
description Show Control Button.
remark supported jssdk > 4.33.0
example
await bn.showControlButton();
Parameters
| Name | Type |
|---|
params? | CmdShowControlButtonOptions |
Returns
Promise<{}>
Interface: CmdShowControlButtonOptions
| Name | Type | Description |
|---|
| rendererId? | number | |
Last modified on