Resortable - v2.0.0-alpha.1
    Preparing search index...

    Class GroupManagerInternal

    Manages group configuration and compatibility checking for Sortable instances

    Index

    Constructors

    Methods

    • Check if this group should clone items when pulling (instead of moving)

      Returns boolean

    • Check if items can be pulled to a specific target group

      Parameters

      • targetGroupName: string

        The name of the target group

      Returns boolean

    • Check if this group can accept items from another group

      Parameters

      • sourceGroupName: string

        The name of the source group

      Returns boolean

    • Determine the pull mode for a cross-group operation

      Parameters

      • targetGroupName: string

        The target group name

      Returns "clone" | "move"

      The pull mode: 'move' for normal movement, 'clone' for cloning

    • Check if cloned elements should revert to original position when removed

      Returns boolean