SheetXL - v0.3.20
    Preparing search index...

    Class ExternalRangeClipboardItem

    IMPORTANT Before this api can be used the async parse methods needs to be called and resolved.

    parse

    Implements

    Index

    Constructors

    Accessors

    Methods

    • A key that indicates the type of item returned from getItem.

      Returns string

      This should be unique key for the application.

    • Indicates if the operation is a cut.

      Returns boolean

      false
      
    • Required to be called before getItem().

      Returns Promise<boolean>

      This is required because the ExternalClipboard lazy loads the parsing library.

    • Allow items to be copied as html.

      Returns string

    • Allow items to be copied as an image Blob.

      Returns Blob

    • Allow items to be copied as text.

      Returns string