Interface AppleDeviceSchema

Creates a recorder item for an Apple device screen recording, using the provided deviceID. Output is stored in a RecordKit bundle.

interface AppleDeviceSchema {
    type: "appleDevice";
    filename?: string;
    device: string | AppleDevice;
}

Properties

Properties

type: "appleDevice"
filename?: string
device: string | AppleDevice

Generated using TypeDoc