Script API - v1.21.100
    Preparing search index...

    The ClipboardManager (accessible from the ExtensionContext) is responsible for the management of all ClipboardItem objects, and provides the user the ability to create new ClipboardItem objects for use within an extension.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    clipboard: ClipboardItem

    The primary ClipboardItem object is always present (even if it's empty) and cannot be deleted. This object represents the main ClipboardItem object which is always accessible through the UI for cut/paste operations

    This property can throw when used.

    This property can't be read in early-execution mode.

    Methods

    • Returns ClipboardItem

      Create a new ClipboardItem object

      This function can't be called in read-only mode.

      This function can throw errors.

      This function can't be called in early-execution mode.