react-dnd-html5-backend

  • Version 16.0.1
  • Published
  • 167 kB
  • 1 dependency
  • MIT license

Install

npm i react-dnd-html5-backend
yarn add react-dnd-html5-backend
pnpm add react-dnd-html5-backend

Overview

HTML5 backend for React DnD

Index

Variables

variable HTML5Backend

const HTML5Backend: BackendFactory;

    Functions

    function getEmptyImage

    getEmptyImage: () => HTMLImageElement;

      Interfaces

      interface HTML5BackendOptions

      interface HTML5BackendOptions {}
      • Configuration options for the HTML5Backend

      property rootElement

      rootElement: Node;
      • The root DOM node to use for subscribing to events. Default=Window

      Type Aliases

      type HTML5BackendContext

      type HTML5BackendContext = Window | undefined;

        Namespaces

        namespace NativeTypes

        module 'dist/NativeTypes.d.ts' {}

          variable FILE

          const FILE: string;

            variable HTML

            const HTML: string;

              variable TEXT

              const TEXT: string;

                variable URL

                const URL: string;

                  Package Files (4)

                  Dependencies (1)

                  Dev Dependencies (6)

                  Peer Dependencies (0)

                  No peer dependencies.

                  Badge

                  To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                  You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/react-dnd-html5-backend.

                  • Markdown
                    [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/react-dnd-html5-backend)
                  • HTML
                    <a href="https://www.jsdocs.io/package/react-dnd-html5-backend"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>