gridstack - v12.3.3
    Preparing search index...

    Interface DDRemoveOpt

    Drag&Drop remove options

    interface DDRemoveOpt {
        accept?: string;
        decline?: string;
    }
    Index

    Properties

    Properties

    accept?: string

    class that can be removed (default?: opts.itemClass)

    decline?: string

    class that cannot be removed (default: 'grid-stack-non-removable')