Type Alias LocalDeviceConfig

LocalDeviceConfig: {
    name?: string;
    orientation?: DeviceOrientation;
    provider: "local-device";
    udid?: string;
}

Configuration for locally connected physical devices.

Type declaration

  • Optionalname?: string
  • Optionalorientation?: DeviceOrientation

    The orientation of the device. Default orientation is "portrait".

  • provider: "local-device"
  • Optionaludid?: string

    The unique device identifier (UDID) of the connected local device.