@sovereignbase/dragonwatch
    Preparing search index...

    Type Alias SettleEventDetail

    Identifies the element that settled after a drag operation.

    type SettleEventDetail = {
        thisEl: HTMLElement;
    }
    Index

    Properties

    Properties

    thisEl: HTMLElement

    The element that returned to its settled position.