Documentation
¶
Overview ¶
Package orientation provides type definitions for use with the Chrome DeviceOrientation protocol
https://chromedevtools.github.io/devtools-protocol/tot/DeviceOrientation/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClearOverrideResult ¶
type ClearOverrideResult struct { // Error information related to executing this method Err error `json:"-"` }
ClearOverrideResult represents the result of calls to DeviceOrientation.clearOverride.
type SetOverrideParams ¶
type SetOverrideParams struct { // Mock alpha. Alpha int64 `json:"alpha"` // Mock beta. Beta int64 `json:"beta"` // Mock gamma. Gamma int64 `json:"gamma"` }
SetOverrideParams represents DeviceOrientation.setDeviceOrientationOverride parameters.
type SetOverrideResult ¶
type SetOverrideResult struct { // Error information related to executing this method Err error `json:"-"` }
SetOverrideResult represents the result of calls to DeviceOrientation.setOverride.
Click to show internal directories.
Click to hide internal directories.