@sovereignbase/dragonwatch
    Preparing search index...

    Type Alias SwapEventDetail

    Identifies two elements participating in a swap or target intersection.

    type SwapEventDetail = {
        thisEl: HTMLElement;
        withEl: HTMLElement;
    }
    Index

    Properties

    Properties

    thisEl: HTMLElement

    The element initiating the operation.

    withEl: HTMLElement

    The element paired with thisEl for the operation.