Type alias WriteRequestType

WriteRequestType: {
    data: string;
    type?: string;
}

A request to write data to the clipboard.

Type declaration

  • data: string

    Data to write to the clipboard.

  • Optional type?: string

    The type of clipboard to write to.

Generated using TypeDoc