EnumsClipboardActionClipboardAction enum ClipboardAction { Copy = "COPY", Cut = "CUT", Paste = "PASTE", Select = "SELECT",}