Overlay.setShowHingeAdd a dual screen device hinge
| Name | Type | Description |
|---|---|---|
hingeConfig (optional) | HingeConfig | hinge data, null means hideHinge |
{
"id": 1,
"method": "Overlay.setShowHinge"
}
{
"id": 1,
"result": {}
}
const result = await send('Overlay.setShowHinge');
console.log(result);