Dockview
    Preparing search index...

    Type Alias DroptargetOverlayModel

    type DroptargetOverlayModel = {
        activationSize?: MeasuredValue;
        size?: MeasuredValue;
        smallHeightBoundary?: number;
        smallWidthBoundary?: number;
    }
    Index

    Properties

    activationSize?: MeasuredValue
    smallHeightBoundary?: number

    Override the height threshold (in pixels) below which the overlay switches to a thin-border indicator instead of a half-height highlight. Set to 0 to always show the half-height overlay regardless of element size.

    smallWidthBoundary?: number

    Override the width threshold (in pixels) below which the overlay switches to a thin-border indicator instead of a half-width highlight. Set to 0 to always show the half-width overlay regardless of element size.