Properties
indicatorRect
indicatorRect: Rect
Updates the current location of the drop indicator
const element = document.querySelector('file-pond-drop-indicator');
element.indicatorRect = { x:0, y:0, width: 200, height: 40 }
Custom Properties
These are the custom properties that can be sets on the <file-pond-drop-indicator> element, they describe the appearance of the drop indicator.
border
file-pond-drop-indicator {
--border: none;
}
border-radius
file-pond-drop-indicator {
--border-radius: none;
}
background-color
file-pond-drop-indicator {
--background-color: transparent;
}