gridstack - v12.3.3
    Preparing search index...

    Interface HTMLElementExtendOpt<T>

    Interface for HTML elements extended with drag & drop options. Used to associate DD configuration with DOM elements.

    interface HTMLElementExtendOpt<T> {
        el: HTMLElement;
        option: T;
        updateOption(T: any): DDBaseImplement;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    Properties

    Methods

    Properties

    el: HTMLElement

    The HTML element being extended

    option: T

    The drag & drop options/configuration