TLClipboardWriteInfo

See source code
Table of contents

Identifies how a clipboard write was triggered (copy vs cut, keyboard vs menu).

interface TLClipboardWriteInfo {}

Properties

operation

readonly
readonly operation: "copy" | "cut";

source

readonly
readonly source: "menu" | "native";

Prev
TLCanvasComponentProps
Next
TLCollaboratorHintProps