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
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;
}